Uses of Interface
org.supercsv.io.ICsvBeanReader
Packages that use ICsvBeanReader
Package
Description
Provides the various readers and writers used to read/write Strings, Maps, or Objects.
-
Uses of ICsvBeanReader in org.supercsv.io
Classes in org.supercsv.io that implement ICsvBeanReaderModifier and TypeClassDescriptionclass
CsvBeanReader reads a CSV file by instantiating a bean for every row and mapping each column to a field on the bean (using the supplied name mapping).