Uses of Class
com.opencsv.bean.HeaderNameBaseMappingStrategy
-
Packages that use HeaderNameBaseMappingStrategy Package Description com.opencsv.bean A bean binding interface for use with opencsv. -
-
Uses of HeaderNameBaseMappingStrategy in com.opencsv.bean
Subclasses of HeaderNameBaseMappingStrategy in com.opencsv.bean Modifier and Type Class Description classFuzzyMappingStrategy<T>A mapping strategy that tries to make the best match between header names and non-annotated member variables.classHeaderColumnNameMappingStrategy<T>Maps data to objects using the column names in the first row of the CSV file as reference.classHeaderColumnNameTranslateMappingStrategy<T>Expands onHeaderColumnNameMappingStrategyby allowing the user to pass in a map of column names to bean names.
-