| Package | Description | 
|---|---|
| com.fasterxml.jackson.dataformat.yaml | 
| 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.Featurefor 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.Featurefor list of features) | 
| com.fasterxml.jackson.core.JsonParser | YAMLParser. disable(YAMLParser.Feature f)Method for disabling specified  CSV feature
 (check  YAMLParser.Featurefor list of features) | 
| YAMLMapper | YAMLMapper. disable(YAMLParser.Feature f) | 
| YAMLFactory | YAMLFactory. disable(YAMLParser.Feature f)Method for disabling specified parser features
 (check  YAMLParser.Featurefor list of features) | 
| com.fasterxml.jackson.core.JsonParser | YAMLParser. enable(YAMLParser.Feature f)Method for enabling specified CSV feature
 (check  YAMLParser.Featurefor list of features) | 
| YAMLMapper | YAMLMapper. enable(YAMLParser.Feature f) | 
| YAMLFactory | YAMLFactory. enable(YAMLParser.Feature f)Method for enabling specified parser feature
 (check  YAMLParser.Featurefor list of features) | 
| boolean | YAMLParser. isEnabled(YAMLParser.Feature f)Method for checking whether specified CSV  YAMLParser.Featureis enabled. | 
| boolean | YAMLFactory. isEnabled(YAMLParser.Feature f)Checked whether specified parser feature is enabled. | 
Copyright © 2017 FasterXML. All rights reserved.