Package | Description |
---|---|
com.opencsv.bean |
A bean binding interface for use with opencsv.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFieldMap<I,K extends Comparable<K>,C extends ComplexFieldMapEntry<I,K,T>,T>
A base class to collect all generalized components of a
FieldMap . |
class |
FieldMapByName<T>
This class maintains a mapping from header names out of a CSV file to bean
fields.
|
class |
FieldMapByPosition<T>
This class maintains a mapping from column position out of a CSV file to bean
fields.
|
Modifier and Type | Method and Description |
---|---|
protected abstract FieldMap<I,K,? extends C,T> |
AbstractMappingStrategy.getFieldMap()
Returns the
FieldMap associated with this mapping strategy. |
protected FieldMap<String,String,? extends ComplexFieldMapEntry<String,String,T>,T> |
HeaderNameBaseMappingStrategy.getFieldMap() |
protected FieldMap<String,Integer,? extends ComplexFieldMapEntry<String,Integer,T>,T> |
ColumnPositionMappingStrategy.getFieldMap() |
Copyright © 2005–2023. All rights reserved.