Uses of Class
com.opencsv.bean.AbstractBeanField
-
Packages that use AbstractBeanField 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. -
-
Uses of AbstractBeanField in com.opencsv.bean
Subclasses of AbstractBeanField in com.opencsv.bean Modifier and Type Class 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 aBeanFieldJoin
with aInteger
for an index.class
BeanFieldJoinStringIndex<T>
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.Methods in com.opencsv.bean that return types with arguments of type AbstractBeanField Modifier and Type Method Description java.lang.Class<? extends AbstractBeanField>
converter()
The class that takes care of the conversion.java.lang.Class<? extends AbstractBeanField>
converter()
The class that takes care of the conversion.Method parameters in com.opencsv.bean with type arguments of type AbstractBeanField Modifier and Type Method Description protected BeanField<T,K>
AbstractMappingStrategy. instantiateCustomConverter(java.lang.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.customconverter Modifier and Type Class Description class
ConvertGermanToBoolean<T,I>
This class converts common German representations of boolean values into a Boolean.
-