Uses of Class
com.univocity.parsers.common.DefaultConversionProcessor
-
Packages that use DefaultConversionProcessor Package Description com.univocity.parsers.common.processor com.univocity.parsers.common.processor.core -
-
Uses of DefaultConversionProcessor in com.univocity.parsers.common.processor
Subclasses of DefaultConversionProcessor in com.univocity.parsers.common.processor Modifier and Type Class Description class
BatchedObjectColumnProcessor
ARowProcessor
implementation for converting batches of rows extracted from any implementation ofAbstractParser
into columns of objects.class
BeanListProcessor<T>
A convenienceBeanProcessor
implementation for storing all java objects generated form the parsed input into a list.class
BeanProcessor<T>
ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.class
BeanWriterProcessor<T>
ARowWriterProcessor
implementation for converting annotated java objects into object arrays suitable for writing in any implementation ofAbstractWriter
.class
MasterDetailListProcessor
A convenienceMasterDetailProcessor
implementation for storing allMasterDetailRecord
generated form the parsed input into a list.class
MasterDetailProcessor
ARowProcessor
implementation for associating rows extracted from any implementation ofAbstractParser
intoMasterDetailRecord
instances.class
ObjectColumnProcessor
ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into columns of objects.class
ObjectRowListProcessor
A convenienceRowProcessor
implementation for storing all rows parsed and converted to Object arrays into a list.class
ObjectRowProcessor
ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into arrays of objects.class
ObjectRowWriterProcessor
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.core Modifier and Type Class Description class
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
BeanConversionProcessor<T>
The base class forProcessor
andRowWriterProcessor
implementations that support java beans annotated with the annotations provided incom.univocity.parsers.annotations
.
-