Uses of Interface
com.univocity.parsers.common.ConversionProcessor
Packages that use ConversionProcessor
Package
Description
-
Uses of ConversionProcessor in com.univocity.parsers.common
Classes in com.univocity.parsers.common that implement ConversionProcessorModifier and TypeClassDescriptionclass
The base class forRowProcessor
andRowWriterProcessor
implementations that support value conversions provided byConversion
instances. -
Uses of ConversionProcessor in com.univocity.parsers.common.processor
Classes in com.univocity.parsers.common.processor that implement ConversionProcessorModifier 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 java objects, storing them into lists.class
ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.class
ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.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 ConversionProcessor in com.univocity.parsers.common.processor.core
Classes in com.univocity.parsers.common.processor.core that implement ConversionProcessorModifier 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
AbstractMultiBeanListProcessor<C extends Context>
AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects, storing them into lists.class
AbstractMultiBeanProcessor<C extends Context>
AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.class
AbstractMultiBeanRowProcessor<C extends Context>
AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.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
.