| Package | Description |
|---|---|
| org.simpleflatmapper.csv |
CsvMapper classes to map object from a csv file. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CsvParser.AbstractDSL<D extends CsvParser.AbstractDSL<D>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
CsvParser.DSL
DSL for csv parsing.
|
static class |
CsvParser.DSLYamlComment |
| Modifier and Type | Method and Description |
|---|---|
protected static <R,D extends CsvParser.AbstractDSL<?>> |
CsvParser.onReader(File file,
D dsl,
org.simpleflatmapper.csv.CsvParser.OnReaderFactory<R,? super D> factory) |
| Modifier and Type | Method and Description |
|---|---|
protected CsvParser.AbstractDSL |
CsvParser.MapWithDSL.getDsl() |
| Constructor and Description |
|---|
MapToDSL(CsvParser.AbstractDSL dsl,
Type mapToClass) |
MapWithDSL(CsvParser.AbstractDSL dsl,
CsvMapper<T> mapper) |
Copyright © 2017. All rights reserved.