| Package | Description |
|---|---|
| com.univocity.parsers.common | |
| com.univocity.parsers.common.processor | |
| com.univocity.parsers.common.processor.core |
| Class | Description |
|---|---|
| RowProcessor |
The essential callback interface to handle records parsed by any parser that extends
AbstractParser. |
| RowWriterProcessor |
The essential callback interface to convert input objects into a manageable format for writing.
|
| Class | Description |
|---|---|
| AbstractRowProcessor |
A
RowProcessor implementation that just implements all methods defined by the interface. |
| MasterDetailRecord |
An utility class to store data of a master row and its detail records.
|
| ObjectRowListProcessor |
A convenience
RowProcessor implementation for storing all rows parsed and converted to Object arrays into a list. |
| RowPlacement |
An indicator of where the input a row is placed in relation to others.
|
| RowProcessor |
The essential callback interface to handle records parsed by any parser that extends
AbstractParser. |
| RowWriterProcessor |
The essential callback interface to convert input objects into a manageable format for writing.
|
| RowWriterProcessorSwitch |
A special
RowWriterProcessor implementation that combines and allows switching among different
RowWriterProcessors. |
| Class | Description |
|---|---|
| CustomMatcher |
Interface used by
InputValueSwitch to allow users to to provide custom matching rules against input values. |
| MasterDetailRecord |
An utility class to store data of a master row and its detail records.
|
| RowPlacement |
An indicator of where the input a row is placed in relation to others.
|
| RowProcessor |
The essential callback interface to handle records parsed by any parser that extends
AbstractParser. |