| 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 |
|---|---|
protected CsvMapper<T> |
CsvParser.MapWithDSL.getMapper() |
CsvMapper<T> |
CsvMapperBuilder.mapper() |
<T> CsvMapper<T> |
CsvMapperFactory.newMapper(Class<T> target) |
<T> CsvMapper<T> |
CsvMapperFactory.newMapper(Type target) |
<T> CsvMapper<T> |
CsvMapperFactory.newMapper(TypeReference<T> target) |
| Modifier and Type | Method and Description |
|---|---|
static <T> CsvParser.MapWithDSL<T> |
CsvParser.mapWith(CsvMapper<T> mapper) |
<T> CsvParser.MapWithDSL<T> |
CsvParser.DSL.mapWith(CsvMapper<T> mapper) |
| Constructor and Description |
|---|
MapWithDSL(CsvParser.DSL dsl,
CsvMapper<T> mapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvMapperImpl<T> |
class |
DynamicCsvMapper<T> |
| Modifier and Type | Method and Description |
|---|---|
CsvMapper<P> |
DelegateMarkerDelayedCellSetterFactory.getMapper() |
| Constructor and Description |
|---|
DelegateMarkerDelayedCellSetterFactory(CsvMapper<P> mapper,
Setter<T,P> setter,
int index,
int parent) |
Copyright © 2015. All rights reserved.