Class CompositeRowProcessor
java.lang.Object
com.univocity.parsers.common.processor.core.CompositeProcessor<ParsingContext>
com.univocity.parsers.common.processor.CompositeRowProcessor
- All Implemented Interfaces:
Processor<ParsingContext>
,RowProcessor
public class CompositeRowProcessor
extends CompositeProcessor<ParsingContext>
implements RowProcessor
A utility
RowProcessor
implementation that facilitates using multiple implementations of RowProcessor
at the
same time.-
Constructor Summary
ConstructorsConstructorDescriptionCompositeRowProcessor
(Processor... processors) Creates a newCompositeProcessor
with the list ofProcessor
implementations to be used. -
Method Summary
Methods inherited from class com.univocity.parsers.common.processor.core.CompositeProcessor
processEnded, processStarted, rowProcessed
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.univocity.parsers.common.processor.RowProcessor
processEnded, processStarted, rowProcessed