Uses of Class
com.fasterxml.jackson.dataformat.csv.CsvFactoryBuilder
Packages that use CsvFactoryBuilder
-
Uses of CsvFactoryBuilder in com.fasterxml.jackson.dataformat.csv
Methods in com.fasterxml.jackson.dataformat.csv that return CsvFactoryBuilderModifier and TypeMethodDescriptionstatic CsvFactoryBuilderCsvFactory.builder()Main factory method to use for constructingCsvFactoryinstances with different configuration.CsvFactoryBuilder.configure(CsvGenerator.Feature f, boolean state) CsvFactoryBuilder.configure(CsvParser.Feature f, boolean state) CsvFactoryBuilder.disable(CsvGenerator.Feature f) CsvFactoryBuilder.disable(CsvGenerator.Feature first, CsvGenerator.Feature... other) CsvFactoryBuilder.disable(CsvParser.Feature f) CsvFactoryBuilder.disable(CsvParser.Feature first, CsvParser.Feature... other) CsvFactoryBuilder.enable(CsvGenerator.Feature f) CsvFactoryBuilder.enable(CsvGenerator.Feature first, CsvGenerator.Feature... other) CsvFactoryBuilder.enable(CsvParser.Feature f) CsvFactoryBuilder.enable(CsvParser.Feature first, CsvParser.Feature... other) CsvFactory.rebuild()Constructors in com.fasterxml.jackson.dataformat.csv with parameters of type CsvFactoryBuilderModifierConstructorDescriptionprotectedConstructors used byCsvFactoryBuilderfor instantiation.