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.Feature
Returns 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 YAMLFactory
YAMLFactory.configure
(YAMLParser.Feature f, boolean state) Method for enabling or disabling specified parser feature (checkYAMLParser.Feature
for list of features)YAMLMapper.configure
(YAMLParser.Feature f, boolean state) com.fasterxml.jackson.core.JsonParser
YAMLParser.configure
(YAMLParser.Feature f, boolean state) Method for enabling or disabling specified CSV feature (checkYAMLParser.Feature
for list of features)YAMLFactory.disable
(YAMLParser.Feature f) Method for disabling specified parser features (checkYAMLParser.Feature
for list of features)YAMLMapper.disable
(YAMLParser.Feature f) com.fasterxml.jackson.core.JsonParser
YAMLParser.disable
(YAMLParser.Feature f) Method for disabling specified CSV feature (checkYAMLParser.Feature
for list of features)YAMLFactory.enable
(YAMLParser.Feature f) Method for enabling specified parser feature (checkYAMLParser.Feature
for list of features)YAMLMapper.enable
(YAMLParser.Feature f) com.fasterxml.jackson.core.JsonParser
YAMLParser.enable
(YAMLParser.Feature f) Method for enabling specified CSV feature (checkYAMLParser.Feature
for list of features)final boolean
YAMLFactory.isEnabled
(YAMLParser.Feature f) Checked whether specified parser feature is enabled.boolean
YAMLParser.isEnabled
(YAMLParser.Feature f) Method for checking whether specified CSVYAMLParser.Feature
is enabled.