| Package | Description |
|---|---|
| org.simpleflatmapper.lightningcsv | |
| org.simpleflatmapper.lightningcsv.impl | |
| org.simpleflatmapper.lightningcsv.parser |
CsvParser related classes. |
| Modifier and Type | Method and Description |
|---|---|
protected TextFormat |
CsvParser.AbstractDSL.getTextFormat() |
| 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 | Field and Description |
|---|---|
static TextFormat |
TextFormat.RFC4180 |
| 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) |
Copyright © 2020. All rights reserved.