Package org.openrewrite.yaml.format
Class AutoFormatVisitor<P>
java.lang.Object
org.openrewrite.TreeVisitor<Yaml,P>
org.openrewrite.yaml.YamlVisitor<P>
org.openrewrite.yaml.YamlIsoVisitor<P>
org.openrewrite.yaml.format.AutoFormatVisitor<P>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Yaml@Nullable Yaml@Nullable YamlvisitDocuments(Yaml.Documents documents, P p) Methods inherited from class org.openrewrite.yaml.YamlIsoVisitor
visitDocument, visitMapping, 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, defaultValue, doAfterVisit, doAfterVisit, getAfterVisit, getCursor, isAdaptableTo, noop, preVisit, setCursor, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull, visitSourceFile
-
Constructor Details
-
AutoFormatVisitor
public AutoFormatVisitor(@Nullable @Nullable org.openrewrite.Tree stopAfter)
-
-
Method Details
-
visit
-
visitDocuments
- Overrides:
visitDocumentsin classYamlIsoVisitor<P>
-
postVisit
-
visit
-