Interface | Description |
---|---|
CsvToBeanFilter |
Here's an example showing how to use
CsvToBean with a column
name mapping and line filtering. |
MappingStrategy<T> |
The interface for the classes that handle translating between the columns in the csv file
to an actual object.
|
Class | Description |
---|---|
BeanToCsv<T> |
Allows to export Java beans content to a new CSV spreadsheet file.
|
ColumnPositionMappingStrategy<T> |
Allows for the mapping of columns with their positions.
|
CsvToBean<T> |
Converts CSV data to objects.
|
HeaderColumnNameMappingStrategy<T> |
Maps data to objects using the column names in the first row of the csv
file as reference.
|
HeaderColumnNameTranslateMappingStrategy<T> |
Expands on HeaderColumnNameMappingStrategy by allowing the user to pass in a map of column names to
bean names.
|
Copyright © 2015. All rights reserved.