| Package | Description |
|---|---|
| org.simpleflatmapper.csv |
CsvMapper classes to map object from a csv file. |
| org.simpleflatmapper.csv.impl |
CsvMapper implementation. |
| org.simpleflatmapper.csv.parser |
CsvParser related classes. |
| Modifier and Type | Method and Description |
|---|---|
protected CharBuffer |
CsvParser.AbstractDSL.charBuffer(CharSequence content) |
protected CharBuffer |
CsvParser.AbstractDSL.charBuffer(Reader reader) |
protected CharBuffer |
CsvParser.AbstractDSL.charBuffer(String content) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractCharConsumer |
CsvParser.AbstractDSL.charConsumer(CharBuffer charBuffer) |
| Modifier and Type | Method and Description |
|---|---|
AbstractCharConsumer |
ConfigurableCharConsumerFactory.newCharConsumer(TextFormat textFormat,
CharBuffer charBuffer,
CellPreProcessor cellTransformer,
boolean specialisedCharConsumer) |
abstract AbstractCharConsumer |
CharConsumerFactory.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 |
CharSequenceCharBuffer |
class |
ReaderCharBuffer |
| Constructor and Description |
|---|
ConfigurableCharConsumer(CharBuffer csvBuffer,
TextFormat textFormat,
CellPreProcessor cellPreProcessor) |
Copyright © 2018. All rights reserved.