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_KEY  
    • 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

        autoFormat, autoFormat, autoFormat, getLanguage, isAcceptable, maybeAutoFormat, maybeAutoFormat, maybeAutoFormat, maybeCoalesceProperties, removeUnused, visitAlias, visitAnchor
      • Methods inherited from class org.openrewrite.TreeVisitor

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

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

      • MARKER_KEY

        public static final java.lang.String MARKER_KEY
    • 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>