Package com.univocity.parsers.common.processor.core
package com.univocity.parsers.common.processor.core
-
ClassDescriptionAbstractBatchedColumnProcessor<T extends Context>A
Processorimplementation that stores values of columns in batches.AbstractBatchedObjectColumnProcessor<T extends Context>AProcessorimplementation for converting batches of rows extracted from any implementation ofAbstractParserinto columns of objects.AbstractBeanListProcessor<T,C extends Context> A convenienceProcessorimplementation for storing all java objects generated form the parsed input into a list.AbstractBeanProcessor<T,C extends Context> AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.AbstractColumnProcessor<T extends Context>A simpleProcessorimplementation that stores values of columns.AbstractConcurrentProcessor<T extends Context>AProcessorimplementation to perform row processing tasks in parallel.AbstractInputValueSwitch<T extends Context>AbstractListProcessor<T extends Context>A convenienceProcessorimplementation for storing all rows parsed into a list.AbstractMasterDetailListProcessor<T extends Context>A convenienceProcessorimplementation for storing allMasterDetailRecordgenerated form the parsed input into a list.AbstractMasterDetailProcessor<T extends Context>AProcessorimplementation for associating rows extracted from any implementation ofAbstractParserintoMasterDetailRecordinstances.AbstractMultiBeanListProcessor<C extends Context>AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects, storing them into lists.AbstractMultiBeanProcessor<C extends Context>AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.AbstractMultiBeanRowProcessor<C extends Context>AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.AbstractObjectColumnProcessor<T extends Context>AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto columns of objects.AbstractObjectListProcessor<T extends Context>A convenienceProcessorimplementation for storing all rows parsed and converted to Object arrays into a list.AbstractObjectProcessor<T extends Context>AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto arrays of objects.AbstractProcessor<T extends Context>AProcessorimplementation that just implements all methods defined by the interface.AbstractProcessorSwitch<T extends Context>A specialProcessorimplementation that combines and allows switching among different Processors.The base class forProcessorandRowWriterProcessorimplementations that support java beans annotated with the annotations provided incom.univocity.parsers.annotations.A marker interface used by special implementations ofRowProcessorto indicate columns should not be reordered by the parser.CompositeProcessor<C extends Context>A singleton instance of aProcessorthat does nothing.The essential callback interface to handle records parsed by any parser that extendsAbstractParser.