Modifier and Type | Method and Description |
---|---|
static YAMLParser.Feature |
YAMLParser.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YAMLParser.Feature[] |
YAMLParser.Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.core.JsonParser |
YAMLParser.configure(YAMLParser.Feature f,
boolean state)
Method for enabling or disabling specified CSV feature
(check
YAMLParser.Feature for list of features) |
YAMLMapper |
YAMLMapper.configure(YAMLParser.Feature f,
boolean state) |
YAMLFactory |
YAMLFactory.configure(YAMLParser.Feature f,
boolean state)
Method for enabling or disabling specified parser feature
(check
YAMLParser.Feature for list of features) |
com.fasterxml.jackson.core.JsonParser |
YAMLParser.disable(YAMLParser.Feature f)
Method for disabling specified CSV feature
(check
YAMLParser.Feature for list of features) |
YAMLMapper |
YAMLMapper.disable(YAMLParser.Feature f) |
YAMLFactory |
YAMLFactory.disable(YAMLParser.Feature f)
Method for disabling specified parser features
(check
YAMLParser.Feature for list of features) |
com.fasterxml.jackson.core.JsonParser |
YAMLParser.enable(YAMLParser.Feature f)
Method for enabling specified CSV feature
(check
YAMLParser.Feature for list of features) |
YAMLMapper |
YAMLMapper.enable(YAMLParser.Feature f) |
YAMLFactory |
YAMLFactory.enable(YAMLParser.Feature f)
Method for enabling specified parser feature
(check
YAMLParser.Feature for list of features) |
boolean |
YAMLParser.isEnabled(YAMLParser.Feature f)
Method for checking whether specified CSV
YAMLParser.Feature
is enabled. |
boolean |
YAMLFactory.isEnabled(YAMLParser.Feature f)
Checked whether specified parser feature is enabled.
|
Copyright © 2016 FasterXML. All rights reserved.