Uses of Interface
net.sf.anupam.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 net.sf.anupam.csv.formatters
Methods in net.sf.anupam.csv.formatters that return CSVFieldFormatterModifier and TypeMethodDescriptionCSVFormatterFactory.createFormatterFor(String formatterName) Creates a new instance of the specified formatter. -
Uses of CSVFieldFormatter in net.sf.anupam.csv.mapping
Methods in net.sf.anupam.csv.mapping that return CSVFieldFormatterModifier and TypeMethodDescriptionCSVFieldMapping.getFormatter()Returns the CSV formatter attached to this field.Methods in net.sf.anupam.csv.mapping with parameters of type CSVFieldFormatterModifier and TypeMethodDescriptionvoidCSVFieldMapping.setFormatter(CSVFieldFormatter formatter) Sets the formatter attached to this field.