Uses of Class
com.fasterxml.jackson.dataformat.csv.CsvFactory
Packages that use CsvFactory
-
Uses of CsvFactory in com.fasterxml.jackson.dataformat.csv
Subclasses with type arguments of type CsvFactory in com.fasterxml.jackson.dataformat.csvModifier and TypeClassDescriptionclassTSFBuilderimplementation for constructingCsvFactoryinstances.Methods in com.fasterxml.jackson.dataformat.csv that return CsvFactoryModifier and TypeMethodDescriptionCsvFactoryBuilder.build()final CsvFactoryCsvFactory.configure(CsvGenerator.Feature f, boolean state) Method for enabling or disabling specified generator feature (checkCsvGenerator.Featurefor list of features)final CsvFactoryCsvFactory.configure(CsvParser.Feature f, boolean state) Method for enabling or disabling specified parser feature (checkCsvParser.Featurefor list of features)CsvFactory.copy()CsvFactory.disable(CsvGenerator.Feature f) Method for disabling specified generator feature (checkCsvGenerator.Featurefor list of features)CsvFactory.disable(CsvParser.Feature f) Method for disabling specified parser features (checkCsvParser.Featurefor list of features)CsvFactory.enable(CsvGenerator.Feature f) Method for enabling specified generator features (checkCsvGenerator.Featurefor list of features)CsvFactory.enable(CsvParser.Feature f) Method for enabling specified parser feature (checkCsvParser.Featurefor list of features)CsvMapper.getFactory()Overridden with more specific type, since factory we have is always of typeCsvFactoryMethods in com.fasterxml.jackson.dataformat.csv with parameters of type CsvFactoryModifier and TypeMethodDescriptionstatic CsvMapper.BuilderCsvMapper.builder(CsvFactory streamFactory) Constructors in com.fasterxml.jackson.dataformat.csv with parameters of type CsvFactoryModifierConstructorDescriptionprotectedCsvFactory(CsvFactory src, com.fasterxml.jackson.core.ObjectCodec oc) CsvFactoryBuilder(CsvFactory base)