public class YamlSlurper extends Object
| Constructor and Description | 
|---|
YamlSlurper()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
parse(Reader reader)
Parse the content of the specified reader into a tree of Nodes. 
 | 
Object | 
parseText(String yaml)
Parse the content of the specified yaml into a tree of Nodes. 
 |