Package | Description |
---|---|
com.opencsv.bean |
A bean binding interface for use with opencsv.
|
com.opencsv.bean.customconverter |
Custom converters that are generally useful are collected here.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBeanField<T>
This base bean takes over the responsibility of converting the supplied
string to the proper type for the destination field and setting the
destination field.
|
class |
BeanFieldDate<T>
This class converts an input to a date type.
|
class |
BeanFieldPrimitiveTypes<T>
This class wraps fields from the reflection API in order to handle
translation of primitive types and to add a "required" flag.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,BeanField> |
HeaderColumnNameMappingStrategy.fieldMap
Given a header name, this map allows one to find the corresponding
BeanField . |
Modifier and Type | Method and Description |
---|---|
BeanField |
MappingStrategy.findField(int col)
Gets the field for a given column position.
|
BeanField |
HeaderColumnNameMappingStrategy.findField(int col) |
protected BeanField |
HeaderColumnNameMappingStrategy.instantiateCustomConverter(Class<? extends AbstractBeanField> converter)
Attempts to instantiate the class of the custom converter specified.
|
Modifier and Type | Class and Description |
---|---|
class |
ConvertGermanToBoolean<T>
This class converts common German representations of boolean values into a
Boolean.
|
class |
ConvertGermanToBooleanRequired<T>
Deprecated.
Use the
required parameter to the appropriate annotation
along with ConvertGermanToBoolean . |
class |
ConvertSplitOnWhitespace<T>
This class takes a string and splits it on whitespace into a list of strings.
|
Copyright © 2017. All rights reserved.