| Package | Description |
|---|---|
| org.sfm.csv |
CsvMapper classes to map object from a csv file. |
| org.sfm.csv.impl |
CsvMapper implementation. |
| Modifier and Type | Method and Description |
|---|---|
<P> CellValueReader<P> |
CellValueReaderFactory.getReader(Type propertyType,
int index,
CsvColumnDefinition columnDefinition,
ParsingContextFactoryBuilder parsingContextFactoryBuilder) |
| Modifier and Type | Method and Description |
|---|---|
<T,P> CellSetter<T> |
CellSetterFactory.getCellSetter(PropertyMeta<T,P> prop,
int index,
CsvColumnDefinition columnDefinition,
ParsingContextFactoryBuilder parsingContextFactoryBuilder) |
<T,P> DelayedCellSetterFactory<T,P> |
CellSetterFactory.getDelayedCellSetter(PropertyMeta<T,P> prop,
int index,
CsvColumnDefinition columnDefinition,
ParsingContextFactoryBuilder parsingContextFactoryBuilder) |
<P> CellValueReader<P> |
CellValueReaderFactoryImpl.getReader(Type propertyType,
int index,
CsvColumnDefinition columnDefinition,
ParsingContextFactoryBuilder parsingContextFactoryBuilder) |
Copyright © 2015. All rights reserved.