Uses of Interface
com.univocity.parsers.common.ConversionProcessor
-
Packages that use ConversionProcessor Package Description com.univocity.parsers.common com.univocity.parsers.common.processor com.univocity.parsers.common.processor.core -
-
Uses of ConversionProcessor in com.univocity.parsers.common
Classes in com.univocity.parsers.common that implement ConversionProcessor Modifier and Type Class Description class
DefaultConversionProcessor
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 ConversionProcessor 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
MultiBeanListProcessor
ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects, storing them into lists.class
MultiBeanProcessor
ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.class
MultiBeanRowProcessor
ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into java objects.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 ConversionProcessor in com.univocity.parsers.common.processor.core
Classes in com.univocity.parsers.common.processor.core that implement ConversionProcessor 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
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
BeanConversionProcessor<T>
The base class forProcessor
andRowWriterProcessor
implementations that support java beans annotated with the annotations provided incom.univocity.parsers.annotations
.
-