Uses of Interface
com.opencsv.bean.ComplexFieldMapEntry
-
Packages that use ComplexFieldMapEntry Package Description com.opencsv.bean A bean binding interface for use with opencsv. -
-
Uses of ComplexFieldMapEntry in com.opencsv.bean
Classes in com.opencsv.bean with type parameters of type ComplexFieldMapEntry Modifier and Type Class Description classAbstractFieldMap<I,K extends java.lang.Comparable<K>,C extends ComplexFieldMapEntry<I,K,T>,T>A base class to collect all generalized components of aFieldMap.classAbstractMappingStrategy<I,K extends java.lang.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.interfaceFieldMap<I,K extends java.lang.Comparable<K>,C extends ComplexFieldMapEntry<I,K,T>,T>Defines the basic characteristics of a map between field identifiers and their associatedBeanFields.Classes in com.opencsv.bean that implement ComplexFieldMapEntry Modifier and Type Class Description classAbstractFieldMapEntry<I,K extends java.lang.Comparable<K>,T>Collects common aspects of aComplexFieldMapEntry.classPositionToBeanField<T>Maps any column position matching a range definition to aBeanField.classRegexToBeanField<T>Maps any header name matching a regular expression to aBeanField.Methods in com.opencsv.bean that return types with arguments of type ComplexFieldMapEntry Modifier and Type Method Description protected FieldMap<java.lang.String,java.lang.Integer,? extends ComplexFieldMapEntry<java.lang.String,java.lang.Integer,T>,T>ColumnPositionMappingStrategy. getFieldMap()protected FieldMap<java.lang.String,java.lang.String,? extends ComplexFieldMapEntry<java.lang.String,java.lang.String,T>,T>HeaderNameBaseMappingStrategy. getFieldMap()
-