Package org.openrewrite.yaml.format
Class NormalizeFormatVisitor<P>
java.lang.Object
org.openrewrite.TreeVisitor<Yaml,P>
org.openrewrite.yaml.YamlVisitor<P>
org.openrewrite.yaml.YamlIsoVisitor<P>
org.openrewrite.yaml.format.NormalizeFormatVisitor<P>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Yaml@Nullable YamlvisitMappingEntry(Yaml.Mapping.Entry entry, P p) Methods inherited from class org.openrewrite.yaml.YamlIsoVisitor
visitDocument, visitDocumentEnd, visitDocuments, visitMapping, 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, getAfterVisit, getCursor, isAdaptableTo, noop, preVisit, reduce, reduce, reduce, setCursor, stopAfterPreVisit, updateCursor, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull, visitorTreeType
-
Constructor Details
-
NormalizeFormatVisitor
public NormalizeFormatVisitor()
-
-
Method Details
-
visitMappingEntry
- Overrides:
visitMappingEntryin classYamlIsoVisitor<P>
-
postVisit
-
visit
-