Uses of Interface
com.opencsv.bean.ComplexFieldMapEntry
Packages that use ComplexFieldMapEntry
-
Uses of ComplexFieldMapEntry in com.opencsv.bean
Classes in com.opencsv.bean with type parameters of type ComplexFieldMapEntryModifier and TypeClassDescriptionclass
AbstractFieldMap<I,
K extends Comparable<K>, C extends ComplexFieldMapEntry<I, K, T>, T> A base class to collect all generalized components of aFieldMap
.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 associatedBeanField
s.Classes in com.opencsv.bean that implement ComplexFieldMapEntryModifier and TypeClassDescriptionclass
AbstractFieldMapEntry<I,
K extends Comparable<K>, T> Collects common aspects of aComplexFieldMapEntry
.class
Maps any column position matching a range definition to aBeanField
.class
Maps any header name matching a regular expression to aBeanField
.Methods in com.opencsv.bean that return types with arguments of type ComplexFieldMapEntryModifier and TypeMethodDescriptionColumnPositionMappingStrategy.getFieldMap()
HeaderNameBaseMappingStrategy.getFieldMap()