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 TypeInterfaceDescriptioninterfaceInterface for all CSV writers writing to beans.interfaceInterface for writers that write to a List.interfaceThe interface for writers that write from Maps.interfaceInterface for CSV writers writing JDBCResultSetClasses in org.supercsv.io that implement ICsvWriterModifier and TypeClassDescriptionclassDefines the standard behaviour of a CSV writer.classCsvBeanWriter writes a CSV file by mapping each field on the bean to a column in the CSV file (using the supplied name mapping).classCsvListWriter is a simple writer capable of writing arrays and Lists to a CSV file.classCsvMapWriter writes Maps of Objects to a CSV file.classCsvResultSetWriter writes a CSV file by mapping each column of theResultSetto a column in CSV file using the column names stored inResultSetMetaData