Uses of Package
com.univocity.parsers.common.processor.core
-
Packages that use com.univocity.parsers.common.processor.core Package Description 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 Class Description Processor The essential callback interface to handle records parsed by any parser that extendsAbstractParser
. -
Classes in com.univocity.parsers.common.processor.core used by com.univocity.parsers.common.processor Class Description AbstractBatchedColumnProcessor AProcessor
implementation that stores values of columns in batches.AbstractBatchedObjectColumnProcessor AProcessor
implementation for converting batches of rows extracted from any implementation ofAbstractParser
into columns of objects.AbstractBeanListProcessor A convenienceProcessor
implementation for storing all java objects generated form the parsed input into a list.AbstractBeanProcessor AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.AbstractColumnProcessor A simpleProcessor
implementation that stores values of columns.AbstractConcurrentProcessor AProcessor
implementation to perform row processing tasks in parallel.AbstractInputValueSwitch AbstractListProcessor A convenienceProcessor
implementation for storing all rows parsed into a list.AbstractMasterDetailListProcessor A convenienceProcessor
implementation for storing allMasterDetailRecord
generated form the parsed input into a list.AbstractMasterDetailProcessor AProcessor
implementation for associating rows extracted from any implementation ofAbstractParser
intoMasterDetailRecord
instances.AbstractMultiBeanListProcessor AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects, storing them into lists.AbstractMultiBeanProcessor AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.AbstractMultiBeanRowProcessor AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.AbstractObjectColumnProcessor AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into columns of objects.AbstractObjectListProcessor A convenienceProcessor
implementation for storing all rows parsed and converted to Object arrays into a list.AbstractObjectProcessor AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into arrays of objects.AbstractProcessor AProcessor
implementation that just implements all methods defined by the interface.AbstractProcessorSwitch A specialProcessor
implementation that combines and allows switching among different Processors.BatchedColumnReader A common interface forProcessor
s that collect the values parsed from each column in a row and store values of columns in batches.BeanConversionProcessor The base class forProcessor
andRowWriterProcessor
implementations that support java beans annotated with the annotations provided incom.univocity.parsers.annotations
.ColumnOrderDependent A marker interface used by special implementations ofRowProcessor
to indicate columns should not be reordered by the parser.ColumnReader A common interface forProcessor
s that collect the values parsed from each column in a row.CompositeProcessor Processor The essential callback interface to handle records parsed by any parser that extendsAbstractParser
. -
Classes in com.univocity.parsers.common.processor.core used by com.univocity.parsers.common.processor.core Class Description AbstractBeanProcessor AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.AbstractConcurrentProcessor.Node AbstractInputValueSwitch.Switch AbstractMasterDetailProcessor AProcessor
implementation for associating rows extracted from any implementation ofAbstractParser
intoMasterDetailRecord
instances.AbstractMultiBeanProcessor AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.AbstractMultiBeanRowProcessor AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.AbstractObjectListProcessor A convenienceProcessor
implementation for storing all rows parsed and converted to Object arrays into a list.AbstractObjectProcessor AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into arrays of objects.AbstractProcessor AProcessor
implementation that just implements all methods defined by the interface.AbstractProcessorSwitch A specialProcessor
implementation that combines and allows switching among different Processors.BatchedColumnReader A common interface forProcessor
s that collect the values parsed from each column in a row and store values of columns in batches.BeanConversionProcessor The base class forProcessor
andRowWriterProcessor
implementations that support java beans annotated with the annotations provided incom.univocity.parsers.annotations
.ColumnOrderDependent A marker interface used by special implementations ofRowProcessor
to indicate columns should not be reordered by the parser.ColumnReader A common interface forProcessor
s that collect the values parsed from each column in a row.ColumnSplitter A utility class used split and store values columns parsed from each row in aProcessor
.Processor The essential callback interface to handle records parsed by any parser that extendsAbstractParser
.