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 Details

    • 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.