Uses of Class
com.opencsv.bean.AbstractMappingStrategy
Packages that use AbstractMappingStrategy
-
Uses of AbstractMappingStrategy in com.opencsv.bean
Subclasses of AbstractMappingStrategy in com.opencsv.beanModifier and TypeClassDescriptionclassAllows for the mapping of columns with their positions.classA mapping strategy that tries to make the best match between header names and non-annotated member variables.classMaps data to objects using the column names in the first row of the CSV file as reference.classExpands onHeaderColumnNameMappingStrategyby allowing the user to pass in a map of column names to bean names.classThis class serves as a location to collect code common to a mapping strategy that maps header names to member variables.