| Interface | Description |
|---|---|
| CsvCellConsumer<T> |
A CsvCellConsumer is a function that takes some object
and some String value and applies the String value to the
object.
|
| Class | Description |
|---|---|
| RowsAsObjectParser<T> |
This class parses csv lines to a specified plain old java object (POJO).
|