Package org.openrewrite.yaml.tree
Class Yaml.Mapping.Entry
- java.lang.Object
-
- org.openrewrite.yaml.tree.Yaml.Mapping.Entry
-
- All Implemented Interfaces:
java.io.Serializable,org.openrewrite.marker.Markable,org.openrewrite.Tree,Yaml
- Enclosing class:
- Yaml.Mapping
public static class Yaml.Mapping.Entry extends java.lang.Object implements Yaml
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openrewrite.yaml.tree.Yaml
Yaml.Block, Yaml.Document, Yaml.Documents, Yaml.Mapping, Yaml.Scalar, Yaml.Sequence
-
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <P> YamlacceptYaml(YamlVisitor<P> v, P p)Yaml.Mapping.EntrycopyPaste()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openrewrite.marker.Markable
getMarkers, withMarker, withMarkers
-
Methods inherited from interface org.openrewrite.Tree
getId, getStyle, isScope, print, printTrimmed, printTrimmed
-
Methods inherited from interface org.openrewrite.yaml.tree.Yaml
accept, getPrefix, print, print, printTrimmed, withPrefix
-
-
-
-
Method Detail
-
acceptYaml
public <P> Yaml acceptYaml(YamlVisitor<P> v, P p)
- Specified by:
acceptYamlin interfaceYaml
-
copyPaste
public Yaml.Mapping.Entry copyPaste()
-
-