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.
|
Class and Description |
---|
AbstractBeanField
This base bean takes over the responsibility of converting the supplied
string to the proper type for the destination field and setting the
destination field.
|
AbstractCSVToBean
Converts CSV data to objects.
|
BeanField
Used to extend the
Field class to include
functionality that opencsv requires. |
CsvToBean
Converts CSV data to objects.
|
CsvToBeanBuilder
This class makes it possible to bypass all the intermediate steps and classes
in setting up to read from a CSV source to a list of beans.
|
CsvToBeanFilter
Here's an example showing how to use
CsvToBean with a column
name mapping and line filtering. |
HeaderColumnNameMappingStrategy
Maps data to objects using the column names in the first row of the CSV file
as reference.
|
IterableCSVToBean
Converts CSV strings to objects.
|
IterableCSVToBeanBuilder
Builder for creating an IterableCSVToBean.
|
MappingStrategy
The interface for the classes that handle translating between the columns in
the CSV file to an actual object.
|
StatefulBeanToCsv
This class writes beans out in CSV format to a
Writer ,
keeping state information and making an intelligent guess at the mapping
strategy to be applied. |
StatefulBeanToCsvBuilder
This is a builder for StatefulBeanToCsv, allowing one to set all parameters
necessary for writing a CSV file.
|
Class and Description |
---|
AbstractBeanField
This base bean takes over the responsibility of converting the supplied
string to the proper type for the destination field and setting the
destination field.
|
BeanField
Used to extend the
Field class to include
functionality that opencsv requires. |
Copyright © 2017. All rights reserved.