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 |
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 | Method and Description |
---|---|
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.