| Package | Description |
|---|---|
| org.simpleflatmapper.csv |
CsvMapper classes to map object from a csv file. |
| Modifier and Type | Method and Description |
|---|---|
CsvWriter<T> |
CsvWriter.append(T value)
write the specified value to the underlying appendable.
|
CsvWriter<T> |
CsvWriter.CsvWriterDSL.to(Appendable appendable)
Create a writer on the specified appendable for the type T
|
CsvWriter<T> |
CsvWriter.NoColumnCsvWriterDSL.to(Appendable appendable) |
Copyright © 2017. All rights reserved.