Package | Description |
---|---|
com.univocity.parsers.common | |
com.univocity.parsers.common.processor | |
com.univocity.parsers.common.processor.core |
Class | Description |
---|---|
Processor |
The essential callback interface to handle records parsed by any parser that extends
AbstractParser . |
Class | Description |
---|---|
AbstractBatchedColumnProcessor |
A
Processor implementation that stores values of columns in batches. |
AbstractBatchedObjectColumnProcessor |
A
Processor implementation for converting batches of rows extracted from any implementation of AbstractParser into columns of objects. |
AbstractBeanListProcessor |
A convenience
Processor implementation for storing all java objects generated form the parsed input into a list. |
AbstractBeanProcessor |
A
Processor implementation for converting rows extracted from any implementation of AbstractParser into java objects. |
AbstractColumnProcessor |
A simple
Processor implementation that stores values of columns. |
AbstractConcurrentProcessor |
A
Processor implementation to perform row processing tasks in parallel. |
AbstractInputValueSwitch | |
AbstractListProcessor |
A convenience
Processor implementation for storing all rows parsed into a list. |
AbstractMasterDetailListProcessor |
A convenience
Processor implementation for storing all MasterDetailRecord generated form the parsed input into a list. |
AbstractMasterDetailProcessor |
A
Processor implementation for associating rows extracted from any implementation of AbstractParser into MasterDetailRecord instances. |
AbstractMultiBeanListProcessor |
A
Processor implementation for converting rows extracted from any implementation of AbstractParser into java objects, storing
them into lists. |
AbstractMultiBeanProcessor |
A
Processor implementation for converting rows extracted from any implementation of AbstractParser into java objects. |
AbstractMultiBeanRowProcessor |
A
Processor implementation for converting rows extracted from any implementation of AbstractParser into java objects. |
AbstractObjectColumnProcessor |
A
Processor implementation for converting rows extracted from any implementation of AbstractParser into columns of objects. |
AbstractObjectListProcessor |
A convenience
Processor implementation for storing all rows parsed and converted to Object arrays into a list. |
AbstractObjectProcessor |
A
Processor implementation for converting rows extracted from any implementation of AbstractParser into arrays of objects. |
AbstractProcessor |
A
Processor implementation that just implements all methods defined by the interface. |
AbstractProcessorSwitch |
A special
Processor implementation that combines and allows switching among different
Processors. |
BeanConversionProcessor |
The base class for
Processor and RowWriterProcessor implementations that support java beans annotated with the annotations provided in com.univocity.parsers.annotations . |
ColumnOrderDependent |
A marker interface used by special implementations of
RowProcessor to indicate columns should not
be reordered by the parser. |
Processor |
The essential callback interface to handle records parsed by any parser that extends
AbstractParser . |
Class | Description |
---|---|
AbstractBeanProcessor |
A
Processor implementation for converting rows extracted from any implementation of AbstractParser into java objects. |
AbstractMasterDetailProcessor |
A
Processor implementation for associating rows extracted from any implementation of AbstractParser into MasterDetailRecord instances. |
AbstractMultiBeanProcessor |
A
Processor implementation for converting rows extracted from any implementation of AbstractParser into java objects. |
AbstractMultiBeanRowProcessor |
A
Processor implementation for converting rows extracted from any implementation of AbstractParser into java objects. |
AbstractObjectListProcessor |
A convenience
Processor implementation for storing all rows parsed and converted to Object arrays into a list. |
AbstractObjectProcessor |
A
Processor implementation for converting rows extracted from any implementation of AbstractParser into arrays of objects. |
AbstractProcessor |
A
Processor implementation that just implements all methods defined by the interface. |
AbstractProcessorSwitch |
A special
Processor implementation that combines and allows switching among different
Processors. |
BeanConversionProcessor |
The base class for
Processor and RowWriterProcessor implementations that support java beans annotated with the annotations provided in com.univocity.parsers.annotations . |
ColumnOrderDependent |
A marker interface used by special implementations of
RowProcessor to indicate columns should not
be reordered by the parser. |
Processor |
The essential callback interface to handle records parsed by any parser that extends
AbstractParser . |