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 CsvFactoryBuilder
CsvFactory.builder()
Main factory method to use for constructingCsvFactory
instances 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 CsvFactoryBuilderModifierConstructorDescriptionprotected
Constructors used byCsvFactoryBuilder
for instantiation.