Uses of Package
com.univocity.parsers.common.processor.core

Packages that use com.univocity.parsers.common.processor.core
com.univocity.parsers.common   
com.univocity.parsers.common.processor   
com.univocity.parsers.common.processor.core   
 

Classes in com.univocity.parsers.common.processor.core used by com.univocity.parsers.common
Processor
          The essential callback interface to handle records parsed by any parser that extends AbstractParser.
 

Classes in com.univocity.parsers.common.processor.core used by com.univocity.parsers.common.processor
AbstractBatchedColumnProcessor
          A Processor implementation that stores values of columns in batches.
AbstractBatchedObjectColumnProcessor
          A Processor implementation for converting batches of rows extracted from any implementation of AbstractParser into columns of objects.
AbstractBeanListProcessor
          A convenience Processor implementation for storing all java objects generated form the parsed input into a list.
AbstractBeanProcessor
          A Processor implementation for converting rows extracted from any implementation of AbstractParser into java objects.
AbstractColumnProcessor
          A simple Processor implementation that stores values of columns.
AbstractConcurrentProcessor
          A Processor implementation to perform row processing tasks in parallel.
AbstractInputValueSwitch
          A concrete implementation of Processor that allows switching among different implementations of Processor based on values found on the rows parsed from the input.
AbstractListProcessor
          A convenience Processor implementation for storing all rows parsed into a list.
AbstractMasterDetailListProcessor
          A convenience Processor implementation for storing all MasterDetailRecord generated form the parsed input into a list.
AbstractMasterDetailProcessor
          A Processor implementation for associating rows extracted from any implementation of AbstractParser into MasterDetailRecord instances.
AbstractMultiBeanListProcessor
          A Processor implementation for converting rows extracted from any implementation of AbstractParser into java objects, storing them into lists.
AbstractMultiBeanProcessor
          A Processor implementation for converting rows extracted from any implementation of AbstractParser into java objects.
AbstractMultiBeanRowProcessor
          A Processor implementation for converting rows extracted from any implementation of AbstractParser into java objects.
AbstractObjectColumnProcessor
          A Processor implementation for converting rows extracted from any implementation of AbstractParser into columns of objects.
AbstractObjectListProcessor
          A convenience Processor implementation for storing all rows parsed and converted to Object arrays into a list.
AbstractObjectProcessor
          A Processor implementation for converting rows extracted from any implementation of AbstractParser into arrays of objects.
AbstractProcessor
          A Processor implementation that just implements all methods defined by the interface.
AbstractProcessorSwitch
          A special Processor implementation that combines and allows switching among different Processors.
BeanConversionProcessor
          The base class for Processor and RowWriterProcessor implementations that support java beans annotated with the annotations provided in com.univocity.parsers.annotations.
ColumnOrderDependent
          A marker interface used by special implementations of RowProcessor to indicate columns should not be reordered by the parser.
CompositeProcessor
          A utility Processor implementation that facilitates using multiple implementations of Processor at the same time.
Processor
          The essential callback interface to handle records parsed by any parser that extends AbstractParser.
 

Classes in com.univocity.parsers.common.processor.core used by com.univocity.parsers.common.processor.core
AbstractBeanProcessor
          A Processor implementation for converting rows extracted from any implementation of AbstractParser into java objects.
AbstractMasterDetailProcessor
          A Processor implementation for associating rows extracted from any implementation of AbstractParser into MasterDetailRecord instances.
AbstractMultiBeanProcessor
          A Processor implementation for converting rows extracted from any implementation of AbstractParser into java objects.
AbstractMultiBeanRowProcessor
          A Processor implementation for converting rows extracted from any implementation of AbstractParser into java objects.
AbstractObjectListProcessor
          A convenience Processor implementation for storing all rows parsed and converted to Object arrays into a list.
AbstractObjectProcessor
          A Processor implementation for converting rows extracted from any implementation of AbstractParser into arrays of objects.
AbstractProcessor
          A Processor implementation that just implements all methods defined by the interface.
AbstractProcessorSwitch
          A special Processor implementation that combines and allows switching among different Processors.
BeanConversionProcessor
          The base class for Processor and RowWriterProcessor implementations that support java beans annotated with the annotations provided in com.univocity.parsers.annotations.
ColumnOrderDependent
          A marker interface used by special implementations of RowProcessor to indicate columns should not be reordered by the parser.
Processor
          The essential callback interface to handle records parsed by any parser that extends AbstractParser.
 



Copyright © 2017 uniVocity Software Pty Ltd. All rights reserved.