Package org.openrewrite.kubernetes
Class RefreshModel<P>
- java.lang.Object
-
- org.openrewrite.TreeVisitor<org.openrewrite.yaml.tree.Yaml,P>
-
- org.openrewrite.yaml.YamlVisitor<P>
-
- org.openrewrite.yaml.YamlIsoVisitor<P>
-
- org.openrewrite.kubernetes.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.DocumentvisitDocument(org.openrewrite.yaml.tree.Yaml.Document document, P p)org.openrewrite.yaml.tree.Yaml.Mapping.EntryvisitMappingEntry(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
-
-