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 TypeClassDescriptionclass
ARowProcessor
implementation that stores values of columns in batches.class
ARowProcessor
implementation for converting batches of rows extracted from any implementation ofAbstractParser
into columns of objects.class
A simpleRowProcessor
implementation that stores values of columns.class
ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into 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) interface
A common interface forProcessor
s 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 TypeClassDescriptionclass
AbstractBatchedColumnProcessor<T extends Context>
AProcessor
implementation that stores values of columns in batches.class
AbstractBatchedObjectColumnProcessor<T extends Context>
AProcessor
implementation for converting batches of rows extracted from any implementation ofAbstractParser
into columns of objects.class
AbstractColumnProcessor<T extends Context>
A simpleProcessor
implementation that stores values of columns.class
AbstractObjectColumnProcessor<T extends Context>
AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into columns of objects.