Uses of Record Class
org.csvobjects.csv.mapping.CSVBeanMapping
Packages that use CSVBeanMapping
Package
Description
Provides the core CSV parsing and mapping framework.
Internal mapping model and XML parser components for CSV-to-POJO mappings.
-
Uses of CSVBeanMapping in org.csvobjects.csv
Methods in org.csvobjects.csv that return CSVBeanMappingModifier and TypeMethodDescriptionCSVParserFactory.getBeanMapping(String beanName) Returns the requested bean mapping configuration.protected CSVBeanMappingCSVParser.getRootBeanMapping()Returns the root bean mapping.Constructors in org.csvobjects.csv with parameters of type CSVBeanMappingModifierConstructorDescriptionCSVParser(CSVBeanMapping rootBeanMapping, org.csvobjects.csv.CSVReader reader) Constructor for CSVParser. -
Uses of CSVBeanMapping in org.csvobjects.csv.mapping
Methods in org.csvobjects.csv.mapping that return CSVBeanMappingModifier and TypeMethodDescriptionCSVFieldMapping.beanReference()Returns the value of thebeanReferencerecord component.CSVBeanMapping.Builder.build()Builds the immutable bean mapping.CSVBeanMapping.withFieldMappings(Collection<CSVFieldMapping> newFieldMappings) Returns a copy of this bean mapping with its field mappings replaced, for example once formatters and bean references have been resolved for each field.Methods in org.csvobjects.csv.mapping that return types with arguments of type CSVBeanMappingModifier and TypeMethodDescriptionCSVMappingParser.getMappings(String xmlFileName, boolean inClassPath) Returns the map of parsed mapping configuration beans.Methods in org.csvobjects.csv.mapping with parameters of type CSVBeanMappingModifier and TypeMethodDescriptionCSVFieldMapping.withBeanReference(CSVBeanMapping newBeanReference) Returns a copy of this field mapping with the resolved bean reference set.Constructors in org.csvobjects.csv.mapping with parameters of type CSVBeanMappingModifierConstructorDescriptionCSVFieldMapping(String fieldName, String fieldType, int fieldPosition, String attributeName, CSVFieldFormatter formatter, String reformatterName, String beanReferenceName, CSVBeanMapping beanReference) Compact constructor which normalizes the trimmable string attributes.