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 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.
-