Package | Description |
---|---|
liquibase.util.csv.opencsv.bean |
Modifier and Type | Field and Description |
---|---|
protected Map<String,BeanField> |
HeaderColumnNameMappingStrategy.fieldMap |
Modifier and Type | Method and Description |
---|---|
BeanField |
MappingStrategy.findField(int col)
Implementation will have to return - based on the current column - a BeanField containing
the
Field and a boolean representing whether the field is required (mandatory) or not. |
BeanField |
HeaderColumnNameMappingStrategy.findField(int col)
Gets the field for a given column position.
|
protected BeanField |
HeaderColumnNameMappingStrategy.findField(String name)
Find the field for a given column.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,BeanField> |
HeaderColumnNameMappingStrategy.loadFieldMap()
Builds a map of fields (and whether they're mandatory) for the Bean.
|
Copyright © 2020 Liquibase.org. All rights reserved.