Package | Description |
---|---|
com.opencsv.bean |
A bean binding interface for use with opencsv.
|
com.opencsv.bean.customconverter |
Custom converters that are generally useful are collected here.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
AbstractBeanField.convert(String value)
Method for converting from a string to the proper datatype of the
destination field.
|
protected T |
CsvToBean.processLine(MappingStrategy<T> mapper,
String[] line)
Creates a single object from a line from the CSV file.
|
<T> void |
BeanField.setFieldValue(T bean,
String value)
Populates the selected field of the bean.
|
<T> void |
AbstractBeanField.setFieldValue(T bean,
String value) |
Modifier and Type | Method and Description |
---|---|
protected Object |
ConvertSplitOnWhitespace.convert(String value)
Takes a string that is a list of substrings separated by whitespace and
returns a list of the substrings.
|
Copyright © 2017. All rights reserved.