Uses of Interface
com.projectnine.csvmapper.CsvFieldFormatter

Uses of CsvFieldFormatter in com.projectnine.csvmapper
 

Classes in com.projectnine.csvmapper that implement CsvFieldFormatter
 class BigDecimalCsvFieldFormatter
          Format the String value from the CSV file to a BigDecimal.
 class CurrentXmlGregorianCalendarFieldFormatter
          Convert a String into a XMLGregorianCalendar.
 class NoopCsvFieldFormatter
          This returns whatever it is given.
 class StringToTrimmedStringCsvFieldFormatter
          This CsvFieldFormatter returns the same String it is given except that the white space on either extremity has been removed.
 

Methods in com.projectnine.csvmapper with parameters of type CsvFieldFormatter
 void CsvFieldMapping.setFormatter(CsvFieldFormatter formatter)
           
 



Copyright © 2008. All Rights Reserved.