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 com.univocity.parsers.common.processor.core.CompositeProcessor
processEnded, processStarted, rowProcessedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.univocity.parsers.common.processor.RowProcessor
processEnded, processStarted, rowProcessed