Package | Description |
---|---|
com.opencsv.bean |
A bean binding interface for use with opencsv.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
BeanFieldSplit.convert(String value)
This method manages the collection being created as well as splitting the
data.
|
protected abstract Object |
AbstractBeanField.convert(String value)
Method for converting from a string to the proper datatype of the
destination field.
|
protected Object |
BeanFieldSingleValue.convert(String value)
Passes the string to be converted to the converter.
|
Object |
CsvConverter.convertToRead(String value)
Method for converting from a string to the proper data type of the
destination field.
|
protected void |
AbstractMappingStrategy.setFieldValue(Map<Class<?>,Object> beanTree,
String value,
int column)
Populates the field corresponding to the column position indicated of the
bean passed in according to the rules of the mapping strategy.
|
void |
AbstractBeanField.setFieldValue(Object bean,
String value,
String header) |
void |
BeanField.setFieldValue(Object bean,
String value,
String header)
Populates the selected field of the bean.
|
boolean |
BeanVerifier.verifyBean(T bean)
Verifies and optionally filters the bean that has been created.
|
Copyright © 2005–2023. All rights reserved.