Uses of Interface
org.csvobjects.csv.formatters.CSVFieldFormatter
Packages that use CSVFieldFormatter
Package
Description
Provides CSV field formatter interfaces and default implementations.
Internal mapping model and XML parser components for CSV-to-POJO mappings.
-
Uses of CSVFieldFormatter in org.csvobjects.csv.formatters
Methods in org.csvobjects.csv.formatters that return CSVFieldFormatterModifier and TypeMethodDescriptionCSVFormatterFactory.createFormatterFor(String formatterName) Creates a new instance of the specified formatter. -
Uses of CSVFieldFormatter in org.csvobjects.csv.mapping
Methods in org.csvobjects.csv.mapping that return CSVFieldFormatterModifier and TypeMethodDescriptionCSVFieldMapping.formatter()Returns the value of theformatterrecord component.Methods in org.csvobjects.csv.mapping with parameters of type CSVFieldFormatterModifier and TypeMethodDescriptionCSVFieldMapping.withFormatter(CSVFieldFormatter newFormatter) Returns a copy of this field mapping with the resolved formatter set.Constructors in org.csvobjects.csv.mapping with parameters of type CSVFieldFormatterModifierConstructorDescriptionCSVFieldMapping(String fieldName, String fieldType, int fieldPosition, String attributeName, CSVFieldFormatter formatter, String reformatterName, String beanReferenceName, CSVBeanMapping beanReference) Compact constructor which normalizes the trimmable string attributes.