Uses of Enum Class
org.simpleflatmapper.lightningcsv.CsvParser.AbstractDSL.StringPostProcessing
Packages that use CsvParser.AbstractDSL.StringPostProcessing
-
Uses of CsvParser.AbstractDSL.StringPostProcessing in org.simpleflatmapper.lightningcsv
Fields in org.simpleflatmapper.lightningcsv declared as CsvParser.AbstractDSL.StringPostProcessingModifier and TypeFieldDescriptionprotected final CsvParser.AbstractDSL.StringPostProcessing
CsvParser.AbstractDSL.stringPostProcessing
Methods in org.simpleflatmapper.lightningcsv that return CsvParser.AbstractDSL.StringPostProcessingModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.CsvParser.AbstractDSL.StringPostProcessing.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.simpleflatmapper.lightningcsv with parameters of type CsvParser.AbstractDSL.StringPostProcessingModifier and TypeMethodDescriptionprotected 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) Constructors in org.simpleflatmapper.lightningcsv with parameters of type CsvParser.AbstractDSL.StringPostProcessingModifierConstructorDescriptionprotected
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) protected
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) protected
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)