| 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 |
|---|---|
| AbstractCSVToBean |
Converts CSV data to objects.
|
| BeanField |
Used to extend the Field class to add a required flag.
|
| 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.
|
| Annotation Type | Description |
|---|---|
| CsvBind |
Annotation for fields to mark if they are required or not.
|
Copyright © 2018 Liquibase.org. All rights reserved.