| Package | Description |
|---|---|
| org.simpleflatmapper.lightningcsv | |
| org.simpleflatmapper.lightningcsv.impl | |
| org.simpleflatmapper.lightningcsv.parser |
CsvParser related classes. |
| Modifier and Type | Method | Description |
|---|---|---|
protected TextFormat |
CsvParser.AbstractDSL.getTextFormat() |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
AbstractCharConsumer |
AsmCharConsumerFactory.newCharConsumer(TextFormat textFormat,
CharBuffer charBuffer,
CellPreProcessor cellTransformer,
boolean specialisedCharConsumer) |
|
AbstractCharConsumer |
ConfigurableCharConsumerFactory.newCharConsumer(TextFormat textFormat,
CharBuffer charBuffer,
CellPreProcessor cellTransformer,
boolean specialisedCharConsumer) |
| Modifier and Type | Field | Description |
|---|---|---|
static TextFormat |
TextFormat.RFC4180 |
| Modifier and Type | Method | Description |
|---|---|---|
abstract AbstractCharConsumer |
CharConsumerFactory.newCharConsumer(TextFormat textFormat,
CharBuffer charBuffer,
CellPreProcessor cellTransformer,
boolean specialisedCharConsumer) |
| Constructor | Description |
|---|---|
ConfigurableCharConsumer(CharBuffer csvBuffer,
TextFormat textFormat,
CellPreProcessor cellPreProcessor) |
Copyright © 2018. All rights reserved.