Package | Description |
---|---|
com.opencsv.bean |
A simple bean binding interface for use with opencsv.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BeanToCsv.write(MappingStrategy<T> mapper,
CSVWriter csv,
List<?> objects)
Writes all the objects, one at a time, to the csvWriter using the passed in Strategy.
|
Copyright © 2015. All rights reserved.