Uses of Class
com.opencsv.exceptions.CsvBadConverterException
Packages that use CsvBadConverterException
-
Uses of CsvBadConverterException in com.opencsv.bean
Methods in com.opencsv.bean that throw CsvBadConverterExceptionModifier and TypeMethodDescriptionprotected CsvConverterAbstractMappingStrategy.determineConverter(Field field, Class<?> elementType, String locale, String writeLocale, Class<? extends AbstractCsvConverter> customConverter) Given the information provided, determines the appropriate built-in converter to be passed in to theBeanFieldbeing created.HeaderNameBaseMappingStrategy.findField(int col) AbstractMappingStrategy.instantiateCustomConverter(Class<? extends AbstractBeanField<T, K>> converter) Attempts to instantiate the class of the custom converter specified.protected voidAbstractMappingStrategy.loadFieldMap()Builds a map of columns from the input to fields of the bean type.voidSets the class type that is being mapped.voidSets the class type that is being mapped.Constructors in com.opencsv.bean that throw CsvBadConverterException