| Package | Description |
|---|---|
| com.opencsv.bean |
A bean binding interface for use with opencsv.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractMappingStrategy.populateNewBean(String[] line) |
T |
MappingStrategy.populateNewBean(String[] line)
Takes a line of input from a CSV file and creates a bean out of it.
|
String[] |
AbstractMappingStrategy.transmuteBean(T bean) |
String[] |
MappingStrategy.transmuteBean(T bean)
Transmutes a bean instance into an array of
Strings to be written
to a CSV file. |
Copyright © 2005–2025. All rights reserved.