| Package | Description |
|---|---|
| org.simpleflatmapper.csv |
CsvMapper classes to map object from a csv file. |
| org.simpleflatmapper.csv.parser |
CsvParser related classes. |
| Modifier and Type | Method and Description |
|---|---|
protected CellPreProcessor |
CsvParser.AbstractDSL.getCellTransformer(TextFormat textFormat,
CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing) |
protected CellPreProcessor |
CsvParser.DSLYamlComment.getCellTransformer(TextFormat textFormat,
CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing) |
protected CellPreProcessor |
CsvParser.AbstractDSL.getUnescapeCellTransformer(TextFormat textFormat) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoopCellPreProcessor |
class |
TrimCellPreProcessor |
class |
UnescapeCellPreProcessor |
class |
YamlCellPreProcessor |
| Constructor and Description |
|---|
CharConsumer(CharBuffer csvBuffer,
TextFormat textFormat,
CellPreProcessor cellPreProcessor) |
TrimCellPreProcessor(CellPreProcessor cellPreProcessor) |
YamlCellConsumer(CellConsumer rowDelegate,
CellConsumer commentDelegate,
CellPreProcessor rowCellPreProcessor) |
Copyright © 2017. All rights reserved.