Uses of Class
com.opencsv.bean.BeanFieldSingleValue
-
Packages that use BeanFieldSingleValue Package Description com.opencsv.bean A bean binding interface for use with opencsv. -
-
Uses of BeanFieldSingleValue in com.opencsv.bean
Subclasses of BeanFieldSingleValue 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.
-