Uses of Interface
org.supercsv.io.ICsvWriter
Packages that use ICsvWriter
Package
Description
Provides the various readers and writers used to read/write Strings, Maps, or Objects.
-
Uses of ICsvWriter in org.supercsv.io
Subinterfaces of ICsvWriter in org.supercsv.ioModifier and TypeInterfaceDescriptioninterface
Interface for all CSV writers writing to beans.interface
Interface for writers that write to a List.interface
The interface for writers that write from Maps.interface
Interface for CSV writers writing JDBCResultSet
Classes in org.supercsv.io that implement ICsvWriterModifier and TypeClassDescriptionclass
Defines the standard behaviour of a CSV writer.class
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 is a simple writer capable of writing arrays and Lists to a CSV file.class
CsvMapWriter writes Maps of Objects to a CSV file.class
CsvResultSetWriter writes a CSV file by mapping each column of theResultSet
to a column in CSV file using the column names stored inResultSetMetaData