| Package | Description | 
|---|---|
| org.supercsv.io | 
 Provides the various readers and writers used to read/write Strings, Maps, or Objects. 
 | 
| org.supercsv.io.dozer | 
 Provides the various readers and writers used to read/write POJOs using Dozer. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ICsvBeanReader
Interface for CSV readers reading into objects/beans. 
 | 
interface  | 
ICsvListReader
Interface for readers that read into Lists. 
 | 
interface  | 
ICsvMapReader
The interface for MapReaders, which read each CSV row into a Map. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCsvReader
Defines the standard behaviour of a CSV reader. 
 | 
class  | 
CsvBeanReader
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). 
 | 
class  | 
CsvListReader
CsvListReader is a simple reader that reads a row from a CSV file into a List of Strings. 
 | 
class  | 
CsvMapReader
CsvMapReader reads each CSV row into a Map with the column name as the map key, and the column value as the map
 value. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ICsvDozerBeanReader
Interface for CSV readers reading into objects/beans using Dozer. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CsvDozerBeanReader
CsvDozerBeanReader is a powerful replacement for  
CsvBeanReader that uses Dozer to map from CSV to a bean. | 
Copyright © 2007–2015 Super CSV. All rights reserved.