Package | Description |
---|---|
com.opencsv.bean |
A bean binding interface for use with opencsv.
|
Modifier and Type | Method and Description |
---|---|
protected Map<Class<?>,Object> |
AbstractMappingStrategy.createBean()
Implementation will return a bean of the type of object being mapped.
|
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.
|
Copyright © 2005–2023. All rights reserved.