Package | Description |
---|---|
com.opencsv |
A very simple CSV parser for Java released under a commercial-friendly license.
|
com.opencsv.bean |
A bean binding interface for use with opencsv.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCSVWriter
The AbstractCSVWriter was created to prevent duplication of code between the CSVWriter and the
CSVParserWriter classes.
|
class |
CSVParserWriter
The 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.
|
class |
CSVWriter
A very simple CSV writer released under a commercial-friendly license.
|
Modifier and Type | Method and Description |
---|---|
ICSVWriter |
CSVWriterBuilder.build()
Creates the CSVWriter.
|
Constructor and Description |
---|
StatefulBeanToCsv(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 a
StatefulBeanToCsv
with a user-supplied ICSVWriter class. |
StatefulBeanToCsvBuilder(ICSVWriter icsvWriter)
Being stateful the writer is required by the builder at the start and not added in later.
|
Copyright © 2005–2023. All rights reserved.