Class RefreshModel<P>


  • public class RefreshModel<P>
    extends org.openrewrite.yaml.YamlIsoVisitor<P>
    • Constructor Summary

      Constructors 
      Constructor Description
      RefreshModel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openrewrite.yaml.tree.Yaml.Document visitDocument​(org.openrewrite.yaml.tree.Yaml.Document document, P p)  
      org.openrewrite.yaml.tree.Yaml.Mapping.Entry visitMappingEntry​(org.openrewrite.yaml.tree.Yaml.Mapping.Entry entry, P p)  
      • Methods inherited from class org.openrewrite.yaml.YamlIsoVisitor

        visitDocuments, visitMapping, visitScalar, visitSequence, visitSequenceEntry
      • Methods inherited from class org.openrewrite.yaml.YamlVisitor

        autoFormat, autoFormat, autoFormat, getLanguage, maybeAutoFormat, maybeAutoFormat, maybeAutoFormat, 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
    • Constructor Detail

      • RefreshModel

        public RefreshModel()
    • Method Detail

      • visitDocument

        public org.openrewrite.yaml.tree.Yaml.Document visitDocument​(org.openrewrite.yaml.tree.Yaml.Document document,
                                                                     P p)
        Overrides:
        visitDocument in class org.openrewrite.yaml.YamlIsoVisitor<P>
      • visitMappingEntry

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