Uses of Class
org.csvobjects.csv.mapping.CSVBeanMapping.Builder
Packages that use CSVBeanMapping.Builder
Package
Description
Internal mapping model and XML parser components for CSV-to-POJO mappings.
-
Uses of CSVBeanMapping.Builder in org.csvobjects.csv.mapping
Methods in org.csvobjects.csv.mapping that return CSVBeanMapping.BuilderModifier and TypeMethodDescriptionCSVBeanMapping.Builder.addFieldMapping(CSVFieldMapping fieldMapping) Adds a new field mapping for this bean mapping.Sets the mapped bean's fully qualified class name.Sets the mapped bean's user defined name.static CSVBeanMapping.BuilderCSVBeanMapping.builder()Returns a new builder for incrementally constructing a bean mapping while its field mappings are being parsed.CSVBeanMapping.Builder.csvHeaderPresent(boolean newCsvHeaderPresent) Sets the flag which indicates whether a header row is present in the mapped CSV file or stream.