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 TypeClassDescriptionclassBeanFieldJoin<T,I> This class is used for combining multiple columns of the input, possibly with multiple identically named columns, into one field.classImplements aBeanFieldJoinwith aIntegerfor an index.classImplements aBeanFieldJoinwith aStringfor an index.classBeanFieldSingleValue<T,I> This class concerns itself with handling single-valued bean fields.classBeanFieldSplit<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 TypeClassDescriptionclassA base class for any converter to and from booleans when the string values have been or should be localized to a specific language.classThis class converts common French representations of boolean values into aBoolean.classThis class converts common German representations of boolean values into aBoolean.