Uses of Interface
com.univocity.parsers.common.processor.core.ColumnReader
Packages that use ColumnReader
Package
Description
-
Uses of ColumnReader in com.univocity.parsers.common.processor
Classes in com.univocity.parsers.common.processor that implement ColumnReaderModifier and TypeClassDescriptionclassARowProcessorimplementation that stores values of columns in batches.classARowProcessorimplementation for converting batches of rows extracted from any implementation ofAbstractParserinto columns of objects.classA simpleRowProcessorimplementation that stores values of columns.classARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto columns of objects. -
Uses of ColumnReader in com.univocity.parsers.common.processor.core
Subinterfaces of ColumnReader in com.univocity.parsers.common.processor.coreModifier and TypeInterfaceDescription(package private) interfaceA common interface forProcessors that collect the values parsed from each column in a row and store values of columns in batches.Classes in com.univocity.parsers.common.processor.core that implement ColumnReaderModifier and TypeClassDescriptionclassAbstractBatchedColumnProcessor<T extends Context>AProcessorimplementation that stores values of columns in batches.classAbstractBatchedObjectColumnProcessor<T extends Context>AProcessorimplementation for converting batches of rows extracted from any implementation ofAbstractParserinto columns of objects.classAbstractColumnProcessor<T extends Context>A simpleProcessorimplementation that stores values of columns.classAbstractObjectColumnProcessor<T extends Context>AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto columns of objects.