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 CsvConverter
AbstractMappingStrategy.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 theBeanField
being created.HeaderNameBaseMappingStrategy.findField
(int col) AbstractMappingStrategy.instantiateCustomConverter
(Class<? extends AbstractBeanField<T, K>> converter) Attempts to instantiate the class of the custom converter specified.protected void
AbstractMappingStrategy.loadFieldMap()
Builds a map of columns from the input to fields of the bean type.void
Sets the class type that is being mapped.void
Sets 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 T
ProcessCsvLine.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 Pattern
OpencsvUtils.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 Pattern
OpencsvUtils.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.