| Package | Description |
|---|---|
| org.simpleflatmapper.lightningcsv |
| Modifier and Type | Field | Description |
|---|---|---|
protected CsvParser.AbstractDSL.StringPostProcessing |
CsvParser.AbstractDSL.stringPostProcessing |
| Modifier and Type | Method | Description |
|---|---|---|
static CsvParser.AbstractDSL.StringPostProcessing |
CsvParser.AbstractDSL.StringPostProcessing.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CsvParser.AbstractDSL.StringPostProcessing[] |
CsvParser.AbstractDSL.StringPostProcessing.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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 abstract D |
CsvParser.AbstractDSL.newDSL(char separatorChar,
char quoteChar,
char escapeChar,
int bufferSize,
int skip,
int limit,
int maxBufferSize,
CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing,
org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper,
boolean yamlComment,
boolean parallelReader,
boolean specialisedCharConsumer) |
|
protected CsvParser.DSL |
CsvParser.DSL.newDSL(char separatorChar,
char quoteChar,
char escapeChar,
int bufferSize,
int skip,
int limit,
int maxBufferSize,
CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing,
org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper,
boolean yamlComment,
boolean parallelReader,
boolean specialisedCharConsumer) |
|
protected CsvParser.DSLYamlComment |
CsvParser.DSLYamlComment.newDSL(char separatorChar,
char quoteChar,
char escapeChar,
int bufferSize,
int skip,
int limit,
int maxBufferSize,
CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing,
org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper,
boolean yamlComment,
boolean parallelReader,
boolean specialisedCharConsumer) |
| Constructor | Description |
|---|---|
AbstractDSL(char separatorChar,
char quoteChar,
char escapeChar,
int bufferSize,
int skip,
int limit,
int maxBufferSize,
CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing,
org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper,
boolean yamlComment,
boolean parallelReader,
boolean specialisedCharConsumer) |
|
DSL(char separatorChar,
char quoteChar,
char escapeChar,
int bufferSize,
int skip,
int limit,
int maxBufferSize,
CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing,
org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper,
boolean yamlComment,
boolean parallelReader,
boolean specialisedCharConsumer) |
|
DSLYamlComment(char separatorChar,
char quoteChar,
char escapeChar,
int bufferSize,
int skip,
int limit,
int maxBufferSize,
CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing,
org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper,
boolean yamlComment,
boolean parallelReader,
boolean specialisedCharConsumer) |
Copyright © 2018. All rights reserved.