Uses of Class
org.csvobjects.csv.mapping.CSVFieldMapping.Builder
Packages that use CSVFieldMapping.Builder
Package
Description
Internal mapping model and XML parser components for CSV-to-POJO mappings.
-
Uses of CSVFieldMapping.Builder in org.csvobjects.csv.mapping
Methods in org.csvobjects.csv.mapping that return CSVFieldMapping.BuilderModifier and TypeMethodDescriptionCSVFieldMapping.Builder.attributeName(String newAttributeName) Sets the mapped POJO's attribute name corresponding to this field.CSVFieldMapping.Builder.beanReferenceName(String newBeanReferenceName) Sets the declarative name of a referenced bean mapping for this field.static CSVFieldMapping.BuilderCSVFieldMapping.builder()Returns a new builder for incrementally constructing a field mapping from its declarative (parse-time) attributes.Sets the user defined name of this field.CSVFieldMapping.Builder.fieldPosition(int newFieldPosition) Sets this field's position in the CSV line.Sets the fully qualified Java type name of this field.CSVFieldMapping.Builder.reformatterName(String newReformatterName) Sets the declarative name of the formatter attached to this field.