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 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 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 DefaultConversionProcessor in com.univocity.parsers.common.processor.core
Subclasses of DefaultConversionProcessor in com.univocity.parsers.common.processor.coreModifier 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.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.