Package groovy.yaml
Class YamlSlurper
- java.lang.Object
-
- groovy.yaml.YamlSlurper
-
public class YamlSlurper extends Object
Represents a YAML parser- Since:
- 3.0.0
-
-
Constructor Summary
Constructors Constructor Description YamlSlurper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectparse(Reader reader)Parse the content of the specified reader into a tree of Nodes.ObjectparseText(String yaml)Parse the content of the specified yaml into a tree of Nodes.
-