Package | Description |
---|---|
com.opencsv.bean |
A bean binding interface for use with opencsv.
|
Modifier and Type | Method and Description |
---|---|
static <T> boolean |
BeanToCsv.write(MappingStrategy<T> mapper,
CSVWriter csv,
List<? extends T> objects)
Deprecated.
Writes all the objects, one at a time, to the CSVWriter using the passed
in Strategy.
|
static <T> boolean |
BeanToCsv.write(MappingStrategy<T> mapper,
CSVWriter csv,
T bean,
boolean writeHeader)
Deprecated.
Writes an single object allowing users to write large number of objects without worrying about
a large collection filling up memory.
|
Copyright © 2017. All rights reserved.