|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MappingStrategy | |
---|---|
au.com.bytecode.opencsv.bean | A simple bean binding interface for use with opencsv. |
Uses of MappingStrategy in au.com.bytecode.opencsv.bean |
---|
Classes in au.com.bytecode.opencsv.bean that implement MappingStrategy | |
---|---|
class |
ColumnPositionMappingStrategy<T>
Copyright 2007 Kyle Miller. |
class |
HeaderColumnNameMappingStrategy<T>
Copyright 2007 Kyle Miller. |
class |
HeaderColumnNameTranslateMappingStrategy<T>
Copyright 2007 Kyle Miller. |
Methods in au.com.bytecode.opencsv.bean with parameters of type MappingStrategy | |
---|---|
List<T> |
CsvToBean.parse(MappingStrategy<T> mapper,
CSVReader csv)
|
List<T> |
CsvToBean.parse(MappingStrategy<T> mapper,
Reader reader)
|
protected T |
CsvToBean.processLine(MappingStrategy<T> mapper,
String[] line)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |