com.univocity.parsers.common.processor
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeRowProcessor
public CompositeRowProcessor(Processor... processors)
- Creates a new
CompositeProcessor with the list of Processor implementations to be used.
- Parameters:
processors - the sequence of Processor implementations to be used.
Copyright © 2017 uniVocity Software Pty Ltd. All rights reserved.