| Package | Description |
|---|---|
| org.simpleflatmapper.csv |
CsvMapper classes to map object from a csv file. |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
CsvParser.MapToDSL<T> |
DSL for csv mapping to a dynamic jdbcMapper.
|
static class |
CsvParser.StaticMapToDSL<T> |
DSL for csv mapping to a static jdbcMapper.
|
| Modifier and Type | Method | Description |
|---|---|---|
CsvParser.MapWithDSL<T> |
CsvParser.MapToDSL.addKeys(String... keys) |
|
<T> CsvParser.MapWithDSL<T> |
CsvParser.AbstractDSL.mapWith(CsvMapper<T> mapper) |
|
static <T> CsvParser.MapWithDSL<T> |
CsvParser.mapWith(CsvMapper<T> mapper) |
Copyright © 2019. All rights reserved.