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.StringPostProcessingCsvParser.AbstractDSL.stringPostProcessingMethods 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 CellPreProcessorCsvParser.AbstractDSL.getCellTransformer(TextFormat textFormat, CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing) protected CellPreProcessorCsvParser.DSLYamlComment.getCellTransformer(TextFormat textFormat, CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing) protected abstract DCsvParser.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.DSLCsvParser.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.DSLYamlCommentCsvParser.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.StringPostProcessingModifierConstructorDescriptionprotectedAbstractDSL(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) protectedDSL(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) protectedDSLYamlComment(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)