Class EntryMarkingVisitor
- java.lang.Object
-
- org.openrewrite.TreeVisitor<org.openrewrite.yaml.tree.Yaml,P>
-
- org.openrewrite.yaml.YamlVisitor<P>
-
- 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 java.lang.StringMARKER
-
Constructor Summary
Constructors Constructor Description EntryMarkingVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.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, visitDocuments, visitMapping, visitScalar, visitSequence, visitSequenceEntry
-
Methods inherited from class org.openrewrite.yaml.YamlVisitor
getLanguage, maybeCoalesceProperties, removeUnused
-
-
-
-
Method Detail
-
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>
-
-