public static final class CsvParser.DSL extends CsvParser.AbstractDSL<CsvParser.DSL>
CsvParserCsvParser.AbstractDSL.StringPostProcessingbufferSize, cellConsumerWrapper, limit, maxBufferSize, quoteChar, separatorChar, skip, stringPostProcessing| Modifier | Constructor and Description |
|---|---|
protected |
DSL() |
protected |
DSL(char separatorChar,
char quoteChar,
int bufferSize,
int skip,
int limit,
int maxBufferSize,
CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing,
org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper) |
| Modifier and Type | Method and Description |
|---|---|
CsvParser.DSL |
disableUnescaping() |
protected CsvParser.DSL |
newDSL(char separatorChar,
char quoteChar,
int bufferSize,
int skip,
int limit,
int maxBufferSize,
CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing,
org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper) |
CsvParser.DSL |
trimSpaces() |
CsvParser.DSLYamlComment |
withYamlComments() |
bufferSize, bufferSize, charBuffer, charBuffer, charBuffer, charConsumer, forEach, forEach, forEach, forEach, iterator, iterator, iterator, iterator, limit, limit, mapTo, mapTo, mapTo, mapTo, mapTo, mapTo, mapTo, mapTo, mapTo, mapTo, mapWith, maxBufferSize, maxBufferSize, parse, parse, parse, parse, quote, quote, reader, reader, reader, reader, separator, separator, skip, skip, stream, stream, stream, stream, streamprotected DSL()
protected DSL(char separatorChar,
char quoteChar,
int bufferSize,
int skip,
int limit,
int maxBufferSize,
CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing,
org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper)
public CsvParser.DSL trimSpaces()
public CsvParser.DSLYamlComment withYamlComments()
public CsvParser.DSL disableUnescaping()
protected CsvParser.DSL newDSL(char separatorChar, char quoteChar, int bufferSize, int skip, int limit, int maxBufferSize, CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing, org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper)
newDSL in class CsvParser.AbstractDSL<CsvParser.DSL>Copyright © 2016. All rights reserved.