Uses of Class
org.simpleflatmapper.lightningcsv.parser.TextFormat
Packages that use TextFormat
-
Uses of TextFormat in org.simpleflatmapper.lightningcsv
Methods in org.simpleflatmapper.lightningcsv that return TextFormatMethods in org.simpleflatmapper.lightningcsv with parameters of type TextFormatModifier 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 TextFormat in org.simpleflatmapper.lightningcsv.impl
Methods in org.simpleflatmapper.lightningcsv.impl with parameters of type TextFormatModifier and TypeMethodDescriptionAsmCharConsumerFactory.newCharConsumer(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer) ConfigurableCharConsumerFactory.newCharConsumer(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer) -
Uses of TextFormat in org.simpleflatmapper.lightningcsv.parser
Fields in org.simpleflatmapper.lightningcsv.parser declared as TextFormatMethods in org.simpleflatmapper.lightningcsv.parser with parameters of type TextFormatModifier 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 TextFormatModifierConstructorDescriptionConfigurableCharConsumer(CharBuffer csvBuffer, TextFormat textFormat, CellPreProcessor cellPreProcessor)