Uses of Class
com.opencsv.bean.AbstractCsvConverter
-
Packages that use AbstractCsvConverter Package Description com.opencsv.bean A bean binding interface for use with opencsv. -
-
Uses of AbstractCsvConverter in com.opencsv.bean
Subclasses of AbstractCsvConverter in com.opencsv.bean Modifier and Type Class Description class
ConverterCurrency
This class converts an input ISO 4217 currency code to aCurrency
instance.class
ConverterDate
This class converts an input to a date type.class
ConverterEnum
This class converts an input to an enumeration type and vice versa.class
ConverterNumber
This converter class is used in combination withCsvNumber
, that is, when number inputs and outputs should be formatted.class
ConverterPrimitiveTypes
This class wraps fields from the reflection API in order to handle translation of primitive types and to add a "required" flag.class
ConverterUUID
This class converts an String to aUUID
instance.Methods in com.opencsv.bean that return types with arguments of type AbstractCsvConverter Modifier and Type Method Description java.lang.Class<? extends AbstractCsvConverter>
converter()
Once the data points have been recovered from the various columns of the input, a custom converter can optionally be specified for conversion of each of the data points before they are joined in aMultiValuedMap
.java.lang.Class<? extends AbstractCsvConverter>
converter()
Once the data points have been recovered from the various columns of the input, a custom converter can optionally be specified for conversion of each of the data points before they are joined in aMultiValuedMap
.java.lang.Class<? extends AbstractCsvConverter>
converter()
Once the input has been split, a custom converter can optionally be specified for conversion of each of the data points.java.lang.Class<? extends AbstractCsvConverter>
converter()
Once the input has been split, a custom converter can optionally be specified for conversion of each of the data points.
-