Package org.openrewrite.yaml
Class CoalescePropertiesVisitor<P>
java.lang.Object
org.openrewrite.TreeVisitor<Yaml,P>
org.openrewrite.yaml.YamlVisitor<P>
org.openrewrite.yaml.YamlIsoVisitor<P>
org.openrewrite.yaml.CoalescePropertiesVisitor<P>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvisitDocument(Yaml.Document document, P p) visitMapping(Yaml.Mapping mapping, P p) Methods inherited from class org.openrewrite.yaml.YamlIsoVisitor
visitDocuments, visitMappingEntry, visitScalar, visitSequence, visitSequenceEntryMethods inherited from class org.openrewrite.yaml.YamlVisitor
autoFormat, autoFormat, autoFormat, getLanguage, isAcceptable, maybeAutoFormat, maybeAutoFormat, maybeAutoFormat, maybeCoalesceProperties, removeUnused, visitAlias, visitAnchorMethods inherited from class org.openrewrite.TreeVisitor
adapt, collect, collect, defaultValue, doAfterVisit, doAfterVisit, getAfterVisit, getCursor, isAdaptableTo, noop, postVisit, preVisit, reduce, reduce, reduce, setCursor, visit, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull, visitSourceFile
-
Constructor Details
-
CoalescePropertiesVisitor
public CoalescePropertiesVisitor()
-
-
Method Details
-
visitDocument
- Overrides:
visitDocumentin classYamlIsoVisitor<P>
-
visitMapping
- Overrides:
visitMappingin classYamlIsoVisitor<P>
-