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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openrewrite.yaml.tree.Yaml.Mapping.EntryvisitMappingEntry(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, visitTagMethods inherited from class org.openrewrite.yaml.YamlVisitor
autoFormat, autoFormat, autoFormat, getLanguage, isAcceptable, maybeAutoFormat, maybeAutoFormat, maybeAutoFormat, maybeCoalesceProperties, removeUnused, visitAlias, visitAnchorMethods 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
-
Field Details
-
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:
visitMappingEntryin classorg.openrewrite.yaml.YamlIsoVisitor<org.openrewrite.ExecutionContext>
-