Uses of Class
toxi.data.csv.CSVFieldMapper

Packages that use CSVFieldMapper
toxi.data.csv   
 

Uses of CSVFieldMapper in toxi.data.csv
 

Methods in toxi.data.csv that return CSVFieldMapper
 CSVFieldMapper CSVParser.getMapper()
           
 

Methods in toxi.data.csv with parameters of type CSVFieldMapper
 void CSVListener.csvNewItemFailure(java.lang.String[] fields, CSVFieldMapper map)
           
 void CSVAdapter.csvNewItemFailure(java.lang.String[] fields, CSVFieldMapper map)
           
 void CSVListener.csvNewItemParsed(java.lang.String[] fields, CSVFieldMapper map)
           
 void CSVAdapter.csvNewItemParsed(java.lang.String[] fields, CSVFieldMapper map)
           
 void CSVParser.setMapper(CSVFieldMapper mapper)
           
 

Constructors in toxi.data.csv with parameters of type CSVFieldMapper
CSVParser(CSVFieldMapper mapper)