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.Subclasses with type arguments of type ComplexFieldMapEntry in com.opencsv.beanModifier and TypeClassDescriptionclassAllows for the mapping of columns with their positions.classThis class serves as a location to collect code common to a mapping strategy that maps header names to member variables.Methods in com.opencsv.bean that return types with arguments of type ComplexFieldMapEntryModifier and TypeMethodDescriptionColumnPositionMappingStrategy.getFieldMap()HeaderNameBaseMappingStrategy.getFieldMap()