Uses of Class
com.opencsv.bean.AbstractBeanField
Packages that use AbstractBeanField
Package
Description
A bean binding interface for use with opencsv.
Custom converters that are generally useful are collected here.
-
Uses of AbstractBeanField in com.opencsv.bean
Subclasses of AbstractBeanField in com.opencsv.beanModifier and TypeClassDescriptionclass
BeanFieldJoin<T,
I> This class is used for combining multiple columns of the input, possibly with multiple identically named columns, into one field.class
Implements aBeanFieldJoin
with aInteger
for an index.class
Implements aBeanFieldJoin
with aString
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.Method parameters in com.opencsv.bean with type arguments of type AbstractBeanFieldModifier and TypeMethodDescriptionAbstractMappingStrategy.instantiateCustomConverter
(Class<? extends AbstractBeanField<T, K>> converter) Attempts to instantiate the class of the custom converter specified. -
Uses of AbstractBeanField in com.opencsv.bean.customconverter
Subclasses of AbstractBeanField in com.opencsv.bean.customconverterModifier and TypeClassDescriptionclass
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
This class converts common French representations of boolean values into aBoolean
.class
This class converts common German representations of boolean values into aBoolean
.