Class HeaderColumnNameMappingStrategy<T>

  • Type Parameters:
    T - Type of the bean to be returned
    All Implemented Interfaces:
    MappingStrategy<T>
    Direct Known Subclasses:
    FuzzyMappingStrategy

    public class HeaderColumnNameMappingStrategy<T>
    extends HeaderNameBaseMappingStrategy<T>
    Maps data to objects using the column names in the first row of the CSV file as reference. This way the column order does not matter.
    • Constructor Detail

      • HeaderColumnNameMappingStrategy

        public HeaderColumnNameMappingStrategy()
        Default constructor.