Package org.openrewrite.yaml.tree
Class Yaml.Alias
java.lang.Object
org.openrewrite.yaml.tree.Yaml.Alias
- All Implemented Interfaces:
org.openrewrite.Tree,Yaml,Yaml.Block,YamlKey
- Enclosing interface:
- 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<P> YamlacceptYaml(YamlVisitor<P> v, P p) getValue()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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, isAcceptableMethods inherited from interface org.openrewrite.yaml.tree.Yaml.Block
withPrefixMethods inherited from interface org.openrewrite.yaml.tree.YamlKey
withPrefix
-
Constructor Details
-
Alias
public Alias()
-
-
Method Details
-
acceptYaml
- Specified by:
acceptYamlin interfaceYaml
-
getValue
-
copyPaste
-
toString
-