Uses of Class
toxi.data.csv.CSVFieldMapper
Packages that use CSVFieldMapper
-
Uses of CSVFieldMapper in toxi.data.csv
Methods in toxi.data.csv that return CSVFieldMapperMethods in toxi.data.csv with parameters of type CSVFieldMapperModifier and TypeMethodDescriptionvoid
CSVAdapter.csvNewItemFailure
(String[] fields, CSVFieldMapper map) void
CSVListener.csvNewItemFailure
(String[] fields, CSVFieldMapper map) void
CSVAdapter.csvNewItemParsed
(String[] fields, CSVFieldMapper map) void
CSVListener.csvNewItemParsed
(String[] fields, CSVFieldMapper map) void
CSVParser.setMapper
(CSVFieldMapper mapper) Constructors in toxi.data.csv with parameters of type CSVFieldMapper