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 |
AbstractMappingStrategy<I,K extends Comparable<K>,C extends ComplexFieldMapEntry<I,K,T>,T>
This class collects as many generally useful parts of the implementation
of a mapping strategy as possible.
|
interface |
FieldMap<I,K extends Comparable<K>,C extends ComplexFieldMapEntry<I,K,T>,T>
Defines the basic characteristics of a map between field identifiers and
their associated
BeanField s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFieldMapEntry<I,K extends Comparable<K>,T>
Collects common aspects of a
ComplexFieldMapEntry . |
class |
PositionToBeanField<T>
Maps any column position matching a range definition to a
BeanField . |
class |
RegexToBeanField<T>
Maps any header name matching a regular expression to a
BeanField . |
Modifier and Type | Method and Description |
---|---|
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.