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 classBeanFieldJoin<T,I>This class is used for combining multiple columns of the input, possibly with multiple identically named columns, into one field.classBeanFieldJoinIntegerIndex<T>Implements aBeanFieldJoinwith aIntegerfor an index.classBeanFieldJoinStringIndex<T>Implements 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.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 classConverterLanguageToBoolean<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.classConvertFrenchToBoolean<T,I>This class converts common French representations of boolean values into aBoolean.classConvertGermanToBoolean<T,I>This class converts common German representations of boolean values into aBoolean.
-