Package | Description |
---|---|
liquibase.util.csv | |
liquibase.util.csv.opencsv | |
liquibase.util.csv.opencsv.bean |
Modifier and Type | Class and Description |
---|---|
class |
CSVReader |
Constructor and Description |
---|
CSVIterator(CSVReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
ColumnPositionMappingStrategy.captureHeader(CSVReader reader)
Captures the header from the reader - required by the MappingStrategy interface and is a do
nothing method for the ColumnPositionMappingStrategy.
|
void |
HeaderColumnNameMappingStrategy.captureHeader(CSVReader reader)
Retrieves the header from the CSVReader.
|
void |
MappingStrategy.captureHeader(CSVReader reader)
Implementation of this method can grab the header line before parsing begins to use to map columns
to bean properties.
|
List<T> |
CsvToBean.parse(MappingStrategy<T> mapper,
CSVReader csv)
parse the values from the csvReader.
|
List<T> |
CsvToBean.parse(MappingStrategy<T> mapper,
CSVReader csv,
CsvToBeanFilter filter)
parse the values from the csvReader.
|
Copyright © 2018 Liquibase.org. All rights reserved.