Package | Description |
---|---|
com.opencsv.bean |
A bean binding interface for use with opencsv.
|
Modifier and Type | Method and Description |
---|---|
BeanField |
MappingStrategy.findField(int col)
Gets the field for a given column position.
|
BeanField |
HeaderColumnNameMappingStrategy.findField(int col) |
protected BeanField |
HeaderColumnNameMappingStrategy.instantiateCustomConverter(Class<? extends AbstractBeanField> converter)
Attempts to instantiate the class of the custom converter specified.
|
protected void |
HeaderColumnNameMappingStrategy.loadFieldMap()
Builds a map of fields for the bean.
|
protected void |
ColumnPositionMappingStrategy.loadFieldMap() |
protected T |
CsvToBean.processLine(MappingStrategy<T> mapper,
String[] line)
Creates a single object from a line from the CSV file.
|
void |
HeaderColumnNameMappingStrategy.setType(Class<? extends T> type)
Sets the class type that is being mapped.
|
void |
ColumnPositionMappingStrategy.setType(Class<? extends T> type)
Sets the class type that is being mapped.
|
Copyright © 2017. All rights reserved.