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 TypeClassDescriptionclassThe base class forRowProcessorandRowWriterProcessorimplementations that support value conversions provided byConversioninstances. -
Uses of ConversionProcessor in com.univocity.parsers.common.processor
Classes in com.univocity.parsers.common.processor that implement ConversionProcessorModifier and TypeClassDescriptionclassARowProcessorimplementation for converting batches of rows extracted from any implementation ofAbstractParserinto columns of objects.classA convenienceBeanProcessorimplementation for storing all java objects generated form the parsed input into a list.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.classARowWriterProcessorimplementation for converting annotated java objects into object arrays suitable for writing in any implementation ofAbstractWriter.classA convenienceMasterDetailProcessorimplementation for storing allMasterDetailRecordgenerated form the parsed input into a list.classARowProcessorimplementation for associating rows extracted from any implementation ofAbstractParserintoMasterDetailRecordinstances.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects, storing them into lists.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto columns of objects.classA convenienceRowProcessorimplementation for storing all rows parsed and converted to Object arrays into a list.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto arrays of objects.classARowWriterProcessorimplementation 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 TypeClassDescriptionclassAbstractBatchedObjectColumnProcessor<T extends Context>AProcessorimplementation for converting batches of rows extracted from any implementation ofAbstractParserinto columns of objects.classAbstractBeanListProcessor<T, C extends Context>A convenienceProcessorimplementation for storing all java objects generated form the parsed input into a list.classAbstractBeanProcessor<T, C extends Context>AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.classAbstractMasterDetailListProcessor<T extends Context>A convenienceProcessorimplementation for storing allMasterDetailRecordgenerated form the parsed input into a list.classAbstractMasterDetailProcessor<T extends Context>AProcessorimplementation for associating rows extracted from any implementation ofAbstractParserintoMasterDetailRecordinstances.classAbstractMultiBeanListProcessor<C extends Context>AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects, storing them into lists.classAbstractMultiBeanProcessor<C extends Context>AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.classAbstractMultiBeanRowProcessor<C extends Context>AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto java objects.classAbstractObjectColumnProcessor<T extends Context>AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto columns of objects.classAbstractObjectListProcessor<T extends Context>A convenienceProcessorimplementation for storing all rows parsed and converted to Object arrays into a list.classAbstractObjectProcessor<T extends Context>AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto arrays of objects.classThe base class forProcessorandRowWriterProcessorimplementations that support java beans annotated with the annotations provided incom.univocity.parsers.annotations.