Uses of Class
com.opencsv.exceptions.CsvBadConverterException
Packages that use CsvBadConverterException
Package
Description
A bean binding interface for use with opencsv.
This package collects all classes necessary for the parallel processing of
beans.
This is a package of utility classes for internal use.
-
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 -
Uses of CsvBadConverterException in com.opencsv.bean.concurrent
Methods in com.opencsv.bean.concurrent that throw CsvBadConverterExceptionModifier and TypeMethodDescriptionprivate TProcessCsvLine.processLine()Creates a single object from a line from the CSV file. -
Uses of CsvBadConverterException in com.opencsv.bean.util
Methods in com.opencsv.bean.util that throw CsvBadConverterExceptionModifier and TypeMethodDescriptionstatic PatternOpencsvUtils.compilePattern(String regex, int regexFlags, Class<?> callingClass, Locale errorLocale) Compiles a regular expression into aPattern, throwing an exception that is proper in the context of opencsv if the regular expression is not valid.static PatternOpencsvUtils.compilePatternAtLeastOneGroup(String regex, int regexFlags, Class<?> callingClass, Locale errorLocale) Compiles a regular expression into aPattern, throwing an exception that is proper in the context of opencsv if the regular expression is not valid, or if it does not have at least one capturing group.