Uses of Class
org.simpleflatmapper.lightningcsv.parser.CellPreProcessor
Packages that use CellPreProcessor
-
Uses of CellPreProcessor in org.simpleflatmapper.lightningcsv
Methods in org.simpleflatmapper.lightningcsv that return CellPreProcessorModifier and TypeMethodDescriptionprotected CellPreProcessorCsvParser.AbstractDSL.getCellTransformer(TextFormat textFormat, CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing) protected CellPreProcessorCsvParser.DSLYamlComment.getCellTransformer(TextFormat textFormat, CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing) protected CellPreProcessorCsvParser.AbstractDSL.getUnescapeCellTransformer(TextFormat textFormat) -
Uses of CellPreProcessor in org.simpleflatmapper.lightningcsv.impl
Methods in org.simpleflatmapper.lightningcsv.impl with parameters of type CellPreProcessorModifier and TypeMethodDescriptionAsmCharConsumerFactory.newCharConsumer(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer) ConfigurableCharConsumerFactory.newCharConsumer(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer) -
Uses of CellPreProcessor in org.simpleflatmapper.lightningcsv.parser
Subclasses of CellPreProcessor in org.simpleflatmapper.lightningcsv.parserModifier and TypeClassDescriptionfinal classfinal classclassfinal classMethods in org.simpleflatmapper.lightningcsv.parser with parameters of type CellPreProcessorModifier and TypeMethodDescriptionabstract AbstractCharConsumerCharConsumerFactory.newCharConsumer(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer) static AbstractCharConsumerConfigurableCharConsumer.of(CharBuffer csvBuffer, TextFormat textFormat, CellPreProcessor cellPreProcessor) Constructors in org.simpleflatmapper.lightningcsv.parser with parameters of type CellPreProcessorModifierConstructorDescriptionConfigurableCharConsumer(CharBuffer csvBuffer, TextFormat textFormat, CellPreProcessor cellPreProcessor) TrimCellPreProcessor(CellPreProcessor cellPreProcessor) YamlCellConsumer(CellConsumer rowDelegate, CellConsumer commentDelegate, CellPreProcessor rowCellPreProcessor)