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 newCompositeProcessorwith the list ofProcessorimplementations to be used. -
Method Summary
Methods inherited from class CompositeProcessor
processEnded, processStarted, rowProcessedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RowProcessor
processEnded, processStarted, rowProcessed
-
Constructor Details
-
CompositeRowProcessor
-