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 |
ICsvBeanWriter
Interface for all CSV writers writing to beans.
|
interface |
ICsvListWriter
Interface for writers that write to a List.
|
interface |
ICsvMapWriter
The interface for writers that write from Maps.
|
interface |
ICsvResultSetWriter
Interface for CSV writers writing JDBC
ResultSet |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCsvWriter
Defines the standard behaviour of a CSV writer.
|
class |
CsvBeanWriter
CsvBeanWriter writes a CSV file by mapping each field on the bean to a column in the CSV file (using the supplied
name mapping).
|
class |
CsvListWriter
CsvListWriter is a simple writer capable of writing arrays and Lists to a CSV file.
|
class |
CsvMapWriter
CsvMapWriter writes Maps of Objects to a CSV file.
|
class |
CsvResultSetWriter
CsvResultSetWriter writes a CSV file by mapping each column of the
ResultSet to a column in CSV file using
the column names stored in ResultSetMetaData |
Modifier and Type | Interface and Description |
---|---|
interface |
ICsvDozerBeanWriter
Interface for CSV writers writing objects/beans to CSV using Dozer.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvDozerBeanWriter
CsvDozerBeanWriter is a powerful replacement for
CsvBeanWriter that uses Dozer to map from a bean to CSV. |
Copyright © 2007–2015 Super CSV. All rights reserved.