Class BeanFieldSplit<T,I>

java.lang.Object
com.opencsv.bean.AbstractBeanField<T,I>
com.opencsv.bean.BeanFieldSplit<T,I>
Type Parameters:
T - The type of the bean being populated
I - Type of the index into a multivalued field
All Implemented Interfaces:
BeanField<T,I>

public class BeanFieldSplit<T,I> extends AbstractBeanField<T,I>
This class concerns itself with handling collection-valued bean fields.
Since:
4.2