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 TypeClassDescriptionclassAbstractFieldMap<I,K extends Comparable<K>, C extends ComplexFieldMapEntry<I, K, T>, T> A base class to collect all generalized components of aFieldMap.classAbstractMappingStrategy<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.interfaceFieldMap<I,K extends 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 ComplexFieldMapEntryModifier and TypeClassDescriptionclassAbstractFieldMapEntry<I,K extends Comparable<K>, T> Collects common aspects of aComplexFieldMapEntry.classMaps any column position matching a range definition to aBeanField.classMaps 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()