| Package | Description |
|---|---|
| org.simpleflatmapper.lightningcsv | |
| org.simpleflatmapper.lightningcsv.impl | |
| org.simpleflatmapper.lightningcsv.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 | Method and Description |
|---|---|
AbstractCharConsumer |
ConfigurableCharConsumerFactory.newCharConsumer(TextFormat textFormat,
CharBuffer charBuffer,
CellPreProcessor cellTransformer,
boolean specialisedCharConsumer) |
AbstractCharConsumer |
AsmCharConsumerFactory.newCharConsumer(TextFormat textFormat,
CharBuffer charBuffer,
CellPreProcessor cellTransformer,
boolean specialisedCharConsumer) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoopCellPreProcessor |
class |
TrimCellPreProcessor |
class |
UnescapeCellPreProcessor |
class |
YamlCellPreProcessor |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractCharConsumer |
CharConsumerFactory.newCharConsumer(TextFormat textFormat,
CharBuffer charBuffer,
CellPreProcessor cellTransformer,
boolean specialisedCharConsumer) |
| Constructor and Description |
|---|
ConfigurableCharConsumer(CharBuffer csvBuffer,
TextFormat textFormat,
CellPreProcessor cellPreProcessor) |
TrimCellPreProcessor(CellPreProcessor cellPreProcessor) |
YamlCellConsumer(CellConsumer rowDelegate,
CellConsumer commentDelegate,
CellPreProcessor rowCellPreProcessor) |
Copyright © 2018. All rights reserved.