Package | Description |
---|---|
com.univocity.parsers.common.processor | |
com.univocity.parsers.common.processor.core |
Modifier and Type | Class and Description |
---|---|
class |
BatchedColumnProcessor
A
RowProcessor implementation that stores values of columns in batches. |
class |
BatchedObjectColumnProcessor
A
RowProcessor implementation for converting batches of rows extracted from any implementation of AbstractParser into columns of objects. |
class |
ColumnProcessor
A simple
RowProcessor implementation that stores values of columns. |
class |
ObjectColumnProcessor
A
RowProcessor implementation for converting rows extracted from any implementation of AbstractParser into columns of objects. |
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
BatchedColumnReader<T>
A common interface for
Processor s that collect the values parsed from each column in a row and store values of columns in batches. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBatchedColumnProcessor<T extends Context>
A
Processor implementation that stores values of columns in batches. |
class |
AbstractBatchedObjectColumnProcessor<T extends Context>
A
Processor implementation for converting batches of rows extracted from any implementation of AbstractParser into columns of objects. |
class |
AbstractColumnProcessor<T extends Context>
A simple
Processor implementation that stores values of columns. |
class |
AbstractObjectColumnProcessor<T extends Context>
A
Processor implementation for converting rows extracted from any implementation of AbstractParser into columns of objects. |