Package org.openrewrite.yaml.tree
Class Yaml.Document
java.lang.Object
org.openrewrite.yaml.tree.Yaml.Document
- All Implemented Interfaces:
org.openrewrite.Tree,Yaml
- Enclosing interface:
- Yaml
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.openrewrite.yaml.tree.Yaml
Yaml.Alias, Yaml.Anchor, Yaml.Block, Yaml.Document, Yaml.Documents, Yaml.Mapping, Yaml.Scalar, Yaml.Sequence -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.Tree
cast, getId, getJacksonPolymorphicTypeTag, getMarkers, isScope, print, print, print, printer, printTrimmed, printTrimmed, printTrimmed, withId, withMarkersMethods inherited from interface org.openrewrite.yaml.tree.Yaml
accept, getPrefix, isAcceptable, withPrefix
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
acceptYaml
- Specified by:
acceptYamlin interfaceYaml
-
copyPaste
-