Package org.openrewrite.yaml.format
Class AutoFormatVisitor<P>
- java.lang.Object
-
- org.openrewrite.TreeVisitor<Yaml,P>
-
- org.openrewrite.yaml.YamlVisitor<P>
-
- org.openrewrite.yaml.format.AutoFormatVisitor<P>
-
public class AutoFormatVisitor<P> extends YamlVisitor<P>
-
-
Constructor Summary
Constructors Constructor Description AutoFormatVisitor(@Nullable org.openrewrite.Tree stopAfter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable Yamlvisit(@Nullable org.openrewrite.Tree tree, P p, org.openrewrite.Cursor cursor)-
Methods inherited from class org.openrewrite.yaml.YamlVisitor
getLanguage, maybeCoalesceProperties, removeUnused, visitDocument, visitDocuments, visitMapping, visitMappingEntry, visitScalar, visitSequence, visitSequenceEntry
-
-