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 |
BeanFieldJoin<T,I>
This class is used for combining multiple columns of the input, possibly
with multiple identically named columns, into one field.
|
class |
BeanFieldJoinIntegerIndex<T>
Implements a
BeanFieldJoin with a Integer for an
index. |
class |
BeanFieldJoinStringIndex<T>
Implements a
BeanFieldJoin with a String for an
index. |
class |
BeanFieldSingleValue<T,I>
This class concerns itself with handling single-valued bean fields.
|
class |
BeanFieldSplit<T,I>
This class concerns itself with handling collection-valued bean fields.
|
Modifier and Type | Method and Description |
---|---|
protected BeanField<T,K> |
AbstractMappingStrategy.instantiateCustomConverter(Class<? extends AbstractBeanField<T,K>> converter)
Attempts to instantiate the class of the custom converter specified.
|
Modifier and Type | Class and Description |
---|---|
class |
ConverterLanguageToBoolean<T,I>
A base class for any converter to and from booleans when the string
values have been or should be localized to a specific language.
|
class |
ConvertFrenchToBoolean<T,I>
This class converts common French representations of boolean values into a
Boolean . |
class |
ConvertGermanToBoolean<T,I>
This class converts common German representations of boolean values into a
Boolean . |
Copyright © 2005–2023. All rights reserved.