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 AProcessorimplementation that stores values of columns in batches.AbstractBatchedObjectColumnProcessor AProcessorimplementation for converting batches of rows extracted from any implementation ofAbstractParserinto columns of objects.AbstractBeanListProcessor A convenienceProcessorimplementation for storing all java objects generated form the parsed input into a list.AbstractBeanProcessor AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.AbstractColumnProcessor A simpleProcessorimplementation that stores values of columns.AbstractConcurrentProcessor AProcessorimplementation to perform row processing tasks in parallel.AbstractInputValueSwitch AbstractListProcessor A convenienceProcessorimplementation for storing all rows parsed into a list.AbstractMasterDetailListProcessor A convenienceProcessorimplementation for storing allMasterDetailRecordgenerated form the parsed input into a list.AbstractMasterDetailProcessor AProcessorimplementation for associating rows extracted from any implementation ofAbstractParserintoMasterDetailRecordinstances.AbstractMultiBeanListProcessor AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects, storing them into lists.AbstractMultiBeanProcessor AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.AbstractMultiBeanRowProcessor AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.AbstractObjectColumnProcessor AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto columns of objects.AbstractObjectListProcessor A convenienceProcessorimplementation for storing all rows parsed and converted to Object arrays into a list.AbstractObjectProcessor AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto arrays of objects.AbstractProcessor AProcessorimplementation that just implements all methods defined by the interface.AbstractProcessorSwitch A specialProcessorimplementation that combines and allows switching among different Processors.BatchedColumnReader A common interface forProcessors that collect the values parsed from each column in a row and store values of columns in batches.BeanConversionProcessor The base class forProcessorandRowWriterProcessorimplementations that support java beans annotated with the annotations provided incom.univocity.parsers.annotations.ColumnOrderDependent A marker interface used by special implementations ofRowProcessorto indicate columns should not be reordered by the parser.ColumnReader A common interface forProcessors 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 AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.AbstractConcurrentProcessor.Node AbstractInputValueSwitch.Switch AbstractMasterDetailProcessor AProcessorimplementation for associating rows extracted from any implementation ofAbstractParserintoMasterDetailRecordinstances.AbstractMultiBeanProcessor AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.AbstractMultiBeanRowProcessor AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.AbstractObjectListProcessor A convenienceProcessorimplementation for storing all rows parsed and converted to Object arrays into a list.AbstractObjectProcessor AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto arrays of objects.AbstractProcessor AProcessorimplementation that just implements all methods defined by the interface.AbstractProcessorSwitch A specialProcessorimplementation that combines and allows switching among different Processors.BatchedColumnReader A common interface forProcessors that collect the values parsed from each column in a row and store values of columns in batches.BeanConversionProcessor The base class forProcessorandRowWriterProcessorimplementations that support java beans annotated with the annotations provided incom.univocity.parsers.annotations.ColumnOrderDependent A marker interface used by special implementations ofRowProcessorto indicate columns should not be reordered by the parser.ColumnReader A common interface forProcessors 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.