Package liquibase.util.csv.opencsv.bean

Interface Summary
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 Summary
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 Types Summary
CsvBind Annotation for fields to mark if they are required or not.
 



Copyright © 2016 Liquibase.org. All rights reserved.