Uses of Class
com.opencsv.exceptions.CsvBadConverterException
-
Packages that use CsvBadConverterException Package Description com.opencsv.bean A bean binding interface for use with opencsv.com.opencsv.bean.concurrent This package collects all classes necessary for the parallel processing of beans.com.opencsv.bean.util This is a package of utility classes for internal use. -
-
Uses of CsvBadConverterException in com.opencsv.bean
Methods in com.opencsv.bean that throw CsvBadConverterException Modifier and Type Method Description protected CsvConverterAbstractMappingStrategy. determineConverter(java.lang.reflect.Field field, java.lang.Class<?> elementType, java.lang.String locale, java.lang.String writeLocale, java.lang.Class<? extends AbstractCsvConverter> customConverter)Given the information provided, determines the appropriate built-in converter to be passed in to theBeanFieldbeing created.protected BeanField<T,java.lang.String>HeaderNameBaseMappingStrategy. findField(int col)protected BeanField<T,K>AbstractMappingStrategy. instantiateCustomConverter(java.lang.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.voidAbstractMappingStrategy. setType(java.lang.Class<? extends T> type)Sets the class type that is being mapped.voidMappingStrategy. setType(java.lang.Class<? extends T> type)Sets the class type that is being mapped.Constructors in com.opencsv.bean that throw CsvBadConverterException Constructor Description ConverterNumber(java.lang.Class<?> type, java.lang.String locale, java.lang.String writeLocale, java.util.Locale errorLocale, java.lang.String readFormat, java.lang.String writeFormat) -
Uses of CsvBadConverterException in com.opencsv.bean.concurrent
Methods in com.opencsv.bean.concurrent that throw CsvBadConverterException Modifier and Type Method Description private 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 CsvBadConverterException Modifier and Type Method Description static java.util.regex.PatternOpencsvUtils. compilePattern(java.lang.String regex, int regexFlags, java.lang.Class<?> callingClass, java.util.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 java.util.regex.PatternOpencsvUtils. compilePatternAtLeastOneGroup(java.lang.String regex, int regexFlags, java.lang.Class<?> callingClass, java.util.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.
-