Uses of Enum Class
com.fasterxml.jackson.dataformat.yaml.YAMLParser.Feature
Packages that use YAMLParser.Feature
-
Uses of YAMLParser.Feature in com.fasterxml.jackson.dataformat.yaml
Methods in com.fasterxml.jackson.dataformat.yaml that return YAMLParser.FeatureModifier and TypeMethodDescriptionstatic YAMLParser.FeatureReturns the enum constant of this class with the specified name.static YAMLParser.Feature[]YAMLParser.Feature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fasterxml.jackson.dataformat.yaml with parameters of type YAMLParser.FeatureModifier and TypeMethodDescriptionfinal YAMLFactoryYAMLFactory.configure(YAMLParser.Feature f, boolean state) Method for enabling or disabling specified parser feature (checkYAMLParser.Featurefor list of features)YAMLMapper.configure(YAMLParser.Feature f, boolean state) com.fasterxml.jackson.core.JsonParserYAMLParser.configure(YAMLParser.Feature f, boolean state) Method for enabling or disabling specified CSV feature (checkYAMLParser.Featurefor list of features)YAMLFactory.disable(YAMLParser.Feature f) Method for disabling specified parser features (checkYAMLParser.Featurefor list of features)YAMLMapper.disable(YAMLParser.Feature f) com.fasterxml.jackson.core.JsonParserYAMLParser.disable(YAMLParser.Feature f) Method for disabling specified CSV feature (checkYAMLParser.Featurefor list of features)YAMLFactory.enable(YAMLParser.Feature f) Method for enabling specified parser feature (checkYAMLParser.Featurefor list of features)YAMLMapper.enable(YAMLParser.Feature f) com.fasterxml.jackson.core.JsonParserYAMLParser.enable(YAMLParser.Feature f) Method for enabling specified CSV feature (checkYAMLParser.Featurefor list of features)final booleanYAMLFactory.isEnabled(YAMLParser.Feature f) Checked whether specified parser feature is enabled.booleanYAMLParser.isEnabled(YAMLParser.Feature f) Method for checking whether specified CSVYAMLParser.Featureis enabled.