Class EntryMarkingVisitor

java.lang.Object
org.openrewrite.TreeVisitor<org.openrewrite.yaml.tree.Yaml,org.openrewrite.ExecutionContext>
org.openrewrite.yaml.YamlVisitor<org.openrewrite.ExecutionContext>
org.openrewrite.yaml.YamlIsoVisitor<org.openrewrite.ExecutionContext>
org.openrewrite.kubernetes.search.EntryMarkingVisitor

public class EntryMarkingVisitor extends org.openrewrite.yaml.YamlIsoVisitor<org.openrewrite.ExecutionContext>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openrewrite.yaml.tree.Yaml.Mapping.Entry
    visitMappingEntry(org.openrewrite.yaml.tree.Yaml.Mapping.Entry entry, org.openrewrite.ExecutionContext ctx)
     

    Methods inherited from class org.openrewrite.yaml.YamlIsoVisitor

    visitDocument, visitDocumentEnd, visitDocuments, visitMapping, visitScalar, visitSequence, visitSequenceEntry, visitTag

    Methods inherited from class org.openrewrite.yaml.YamlVisitor

    autoFormat, autoFormat, autoFormat, getLanguage, isAcceptable, maybeAutoFormat, maybeAutoFormat, maybeAutoFormat, maybeCoalesceProperties, removeUnused, visitAlias, visitAnchor

    Methods inherited from class org.openrewrite.TreeVisitor

    adapt, collect, collect, defaultValue, doAfterVisit, getAfterVisit, getCursor, isAdaptableTo, noop, postVisit, preVisit, reduce, reduce, reduce, setCursor, stopAfterPreVisit, updateCursor, visit, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull, visitorTreeType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MARKER_KEY

      public static final String MARKER_KEY
  • Constructor Details

    • EntryMarkingVisitor

      public EntryMarkingVisitor()
  • Method Details

    • visitMappingEntry

      public org.openrewrite.yaml.tree.Yaml.Mapping.Entry visitMappingEntry(org.openrewrite.yaml.tree.Yaml.Mapping.Entry entry, org.openrewrite.ExecutionContext ctx)
      Overrides:
      visitMappingEntry in class org.openrewrite.yaml.YamlIsoVisitor<org.openrewrite.ExecutionContext>