Uses of Enum
com.fasterxml.jackson.dataformat.csv.CsvParser.Feature
Packages that use CsvParser.Feature
-
Uses of CsvParser.Feature in com.fasterxml.jackson.dataformat.csv
Subclasses with type arguments of type CsvParser.Feature in com.fasterxml.jackson.dataformat.csvModifier and TypeClassDescriptionstatic enumEnumeration that defines all togglable features for CSV parsersMethods in com.fasterxml.jackson.dataformat.csv that return CsvParser.FeatureModifier and TypeMethodDescriptionstatic CsvParser.FeatureReturns the enum constant of this type with the specified name.static CsvParser.Feature[]CsvParser.Feature.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.dataformat.csv with parameters of type CsvParser.FeatureModifier and TypeMethodDescriptionfinal CsvFactoryCsvFactory.configure(CsvParser.Feature f, boolean state) Method for enabling or disabling specified parser feature (checkCsvParser.Featurefor list of features)CsvFactoryBuilder.configure(CsvParser.Feature f, boolean state) CsvMapper.Builder.configure(CsvParser.Feature f, boolean state) CsvMapper.configure(CsvParser.Feature f, boolean state) com.fasterxml.jackson.core.JsonParserCsvParser.configure(CsvParser.Feature f, boolean state) Method for enabling or disabling specified CSV feature (checkCsvParser.Featurefor list of features)CsvFactory.disable(CsvParser.Feature f) Method for disabling specified parser features (checkCsvParser.Featurefor list of features)CsvFactoryBuilder.disable(CsvParser.Feature f) CsvFactoryBuilder.disable(CsvParser.Feature first, CsvParser.Feature... other) CsvMapper.Builder.disable(CsvParser.Feature... features) CsvMapper.disable(CsvParser.Feature f) com.fasterxml.jackson.core.JsonParserCsvParser.disable(CsvParser.Feature f) Method for disabling specified CSV feature (checkCsvParser.Featurefor list of features)CsvFactory.enable(CsvParser.Feature f) Method for enabling specified parser feature (checkCsvParser.Featurefor list of features)CsvFactoryBuilder.enable(CsvParser.Feature f) CsvFactoryBuilder.enable(CsvParser.Feature first, CsvParser.Feature... other) CsvMapper.Builder.enable(CsvParser.Feature... features) CsvMapper.enable(CsvParser.Feature f) com.fasterxml.jackson.core.JsonParserCsvParser.enable(CsvParser.Feature f) Method for enabling specified CSV feature (checkCsvParser.Featurefor list of features)final booleanCsvFactory.isEnabled(CsvParser.Feature f) Checked whether specified parser feature is enabled.booleanCsvParser.isEnabled(CsvParser.Feature f) Method for checking whether specified CSVCsvParser.Featureis enabled.