Package org.openrewrite.yaml.tree
Interface Yaml.Block
-
- All Superinterfaces:
org.openrewrite.Tree,Yaml
- All Known Implementing Classes:
Yaml.Alias,Yaml.Mapping,Yaml.Scalar,Yaml.Sequence
- Enclosing interface:
- Yaml
public static interface Yaml.Block extends Yaml
-
-
Nested Class Summary
-
Nested 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Yaml.BlockcopyPaste()Yaml.BlockwithPrefix(java.lang.String prefix)-
Methods inherited from interface org.openrewrite.Tree
getId, getJacksonPolymorphicTypeTag, isScope, print, print, print, print, printer, printTrimmed, printTrimmed, printTrimmed
-
Methods inherited from interface org.openrewrite.yaml.tree.Yaml
accept, acceptYaml, getMarkers, getPrefix, isAcceptable, withMarkers
-
-
-
-
Method Detail
-
copyPaste
Yaml.Block copyPaste()
-
withPrefix
Yaml.Block withPrefix(java.lang.String prefix)
- Specified by:
withPrefixin interfaceYaml
-
-