Uses of Class
com.univocity.parsers.common.DefaultConversionProcessor
Packages that use DefaultConversionProcessor
Package
Description
-
Uses of DefaultConversionProcessor in com.univocity.parsers.common.processor
Subclasses of DefaultConversionProcessor in com.univocity.parsers.common.processorModifier and TypeClassDescriptionclass
ARowProcessor
implementation for converting batches of rows extracted from any implementation ofAbstractParser
into columns of objects.class
A convenienceBeanProcessor
implementation for storing all java objects generated form the parsed input into a list.class
ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.class
ARowWriterProcessor
implementation for converting annotated java objects into object arrays suitable for writing in any implementation ofAbstractWriter
.class
A convenienceMasterDetailProcessor
implementation for storing allMasterDetailRecord
generated form the parsed input into a list.class
ARowProcessor
implementation for associating rows extracted from any implementation ofAbstractParser
intoMasterDetailRecord
instances.class
ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into columns of objects.class
A convenienceRowProcessor
implementation for storing all rows parsed and converted to Object arrays into a list.class
ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into arrays of objects.class
ARowWriterProcessor
implementation for executing conversion sequences in object arrays before for writing them using any implementation ofAbstractWriter
. -
Uses of DefaultConversionProcessor in com.univocity.parsers.common.processor.core
Subclasses of DefaultConversionProcessor in com.univocity.parsers.common.processor.coreModifier and TypeClassDescriptionclass
AbstractBatchedObjectColumnProcessor<T extends Context>
AProcessor
implementation for converting batches of rows extracted from any implementation ofAbstractParser
into columns of objects.class
AbstractBeanListProcessor<T,
C extends Context> A convenienceProcessor
implementation for storing all java objects generated form the parsed input into a list.class
AbstractBeanProcessor<T,
C extends Context> AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.class
AbstractMasterDetailListProcessor<T extends Context>
A convenienceProcessor
implementation for storing allMasterDetailRecord
generated form the parsed input into a list.class
AbstractMasterDetailProcessor<T extends Context>
AProcessor
implementation for associating rows extracted from any implementation ofAbstractParser
intoMasterDetailRecord
instances.class
AbstractObjectColumnProcessor<T extends Context>
AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into columns of objects.class
AbstractObjectListProcessor<T extends Context>
A convenienceProcessor
implementation for storing all rows parsed and converted to Object arrays into a list.class
AbstractObjectProcessor<T extends Context>
AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into arrays of objects.class
The base class forProcessor
andRowWriterProcessor
implementations that support java beans annotated with the annotations provided incom.univocity.parsers.annotations
.