Package | Description |
---|---|
com.opencsv.bean |
A bean binding interface for use with opencsv.
|
Modifier and Type | Class and Description |
---|---|
class |
FuzzyMappingStrategy<T>
A mapping strategy that tries to make the best match between header names
and non-annotated member variables.
|
class |
HeaderColumnNameMappingStrategy<T>
Maps data to objects using the column names in the first row of the CSV file
as reference.
|
class |
HeaderColumnNameTranslateMappingStrategy<T>
Expands on
HeaderColumnNameMappingStrategy by allowing the user to
pass in a map of column names to bean names. |
Copyright © 2005–2023. All rights reserved.