Class EntryMarkingVisitor


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

      Fields 
      Modifier and Type Field Description
      static java.lang.String MARKER  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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, visitDocuments, visitMapping, visitScalar, visitSequence, visitSequenceEntry
      • Methods inherited from class org.openrewrite.yaml.YamlVisitor

        getLanguage, maybeCoalesceProperties, removeUnused
      • Methods inherited from class org.openrewrite.TreeVisitor

        debugOnChange, defaultValue, doAfterVisit, doAfterVisit, getAfterVisit, getCursor, postVisit, preVisit, setCursor, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers
      • Methods inherited from class java.lang.Object

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

      • MARKER

        public static final java.lang.String MARKER
    • Constructor Detail

      • EntryMarkingVisitor

        public EntryMarkingVisitor()
    • 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:
        visitMappingEntry in class org.openrewrite.yaml.YamlIsoVisitor<org.openrewrite.ExecutionContext>