Uses of Interface
com.opencsv.ICSVWriter
Packages that use ICSVWriter
Package
Description
A very simple CSV parser for Java released under a commercial-friendly license.
A bean binding interface for use with opencsv.
-
Uses of ICSVWriter in com.opencsv
Classes in com.opencsv that implement ICSVWriterModifier and TypeClassDescriptionclassThe AbstractCSVWriter was created to prevent duplication of code between the CSVWriter and the CSVParserWriter classes.classThe CSVParserWriter is a replacement for the CSVWriter that allows you to pass in a ICSVParser to handle the task of converting a string array to a line of CSV data.classA very simple CSV writer released under a commercial-friendly license.Methods in com.opencsv that return ICSVWriterModifier and TypeMethodDescriptionCSVWriterBuilder.build()Creates the CSVWriter.private ICSVWriterCSVWriterBuilder.createCSVParserWriter()private ICSVWriterCSVWriterBuilder.createCSVWriter() -
Uses of ICSVWriter in com.opencsv.bean
Fields in com.opencsv.bean declared as ICSVWriterModifier and TypeFieldDescriptionprivate ICSVWriterStatefulBeanToCsv.csvwriterprivate final ICSVWriterStatefulBeanToCsvBuilder.csvWriterConstructors in com.opencsv.bean with parameters of type ICSVWriterModifierConstructorDescriptionStatefulBeanToCsv(MappingStrategy<T> mappingStrategy, CsvExceptionHandler exceptionHandler, boolean applyQuotesToAll, ICSVWriter csvWriter, org.apache.commons.collections4.MultiValuedMap<Class<?>, Field> ignoredFields, String profile) Constructor used to allow building of aStatefulBeanToCsvwith a user-suppliedICSVWriterclass.StatefulBeanToCsvBuilder(ICSVWriter icsvWriter) Being stateful the writer is required by the builder at the start and not added in later.