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 classConverterCurrencyThis class converts an input ISO 4217 currency code to aCurrencyinstance.classConverterDateThis class converts an input to a date type.classConverterEnumThis class converts an input to an enumeration type and vice versa.classConverterNumberThis converter class is used in combination withCsvNumber, that is, when number inputs and outputs should be formatted.classConverterPrimitiveTypesThis class wraps fields from the reflection API in order to handle translation of primitive types and to add a "required" flag.classConverterUUIDThis class converts an String to aUUIDinstance.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.
-