Class Kubernetes.ResourceDocument

  • All Implemented Interfaces:
    java.io.Serializable, org.openrewrite.Tree, org.openrewrite.yaml.tree.Yaml
    Enclosing class:
    Kubernetes

    public static class Kubernetes.ResourceDocument
    extends org.openrewrite.yaml.tree.Yaml.Document
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.openrewrite.yaml.tree.Yaml.Document

        org.openrewrite.yaml.tree.Yaml.Document.End
      • Nested classes/interfaces inherited from interface org.openrewrite.yaml.tree.Yaml

        org.openrewrite.yaml.tree.Yaml.Block, org.openrewrite.yaml.tree.Yaml.Document, org.openrewrite.yaml.tree.Yaml.Documents, org.openrewrite.yaml.tree.Yaml.Mapping, org.openrewrite.yaml.tree.Yaml.Scalar, org.openrewrite.yaml.tree.Yaml.Sequence
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceDocument​(org.openrewrite.yaml.tree.Yaml.Document document)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <P> org.openrewrite.yaml.tree.Yaml acceptYaml​(org.openrewrite.yaml.YamlVisitor<P> v, P p)  
      Kubernetes.ResourceDocument withMarkers​(org.openrewrite.marker.Markers markers)  
      • Methods inherited from class org.openrewrite.yaml.tree.Yaml.Document

        canEqual, copyPaste, equals, getBlock, getEnd, getId, getMarkers, getPrefix, hashCode, isExplicit, toString, withBlock, withEnd, withExplicit, withPrefix
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.openrewrite.Tree

        isScope, print, printTrimmed, printTrimmed
      • Methods inherited from interface org.openrewrite.yaml.tree.Yaml

        accept, isAcceptable, print, print, printTrimmed
    • Constructor Detail

      • ResourceDocument

        public ResourceDocument​(org.openrewrite.yaml.tree.Yaml.Document document)
    • Method Detail

      • acceptYaml

        public <P> org.openrewrite.yaml.tree.Yaml acceptYaml​(org.openrewrite.yaml.YamlVisitor<P> v,
                                                             P p)
        Specified by:
        acceptYaml in interface org.openrewrite.yaml.tree.Yaml
        Overrides:
        acceptYaml in class org.openrewrite.yaml.tree.Yaml.Document
      • withMarkers

        public Kubernetes.ResourceDocument withMarkers​(org.openrewrite.marker.Markers markers)
        Specified by:
        withMarkers in interface org.openrewrite.yaml.tree.Yaml
        Overrides:
        withMarkers in class org.openrewrite.yaml.tree.Yaml.Document