|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanField | |
---|---|
liquibase.util.csv.opencsv.bean |
Uses of BeanField in liquibase.util.csv.opencsv.bean |
---|
Fields in liquibase.util.csv.opencsv.bean with type parameters of type BeanField | |
---|---|
protected Map<String,BeanField> |
HeaderColumnNameMappingStrategy.fieldMap
|
Methods in liquibase.util.csv.opencsv.bean that return BeanField | |
---|---|
BeanField |
HeaderColumnNameMappingStrategy.findField(int col)
Gets the field for a given column position. |
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. |
protected BeanField |
HeaderColumnNameMappingStrategy.findField(String name)
Find the field for a given column. |
Methods in liquibase.util.csv.opencsv.bean that return types with arguments of type BeanField | |
---|---|
protected Map<String,BeanField> |
HeaderColumnNameMappingStrategy.loadFieldMap()
Builds a map of fields (and whether they're mandatory) for the Bean. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |