Class AutoFormatVisitor<P>


  • public class AutoFormatVisitor<P>
    extends YamlVisitor<P>
    • Constructor Detail

      • AutoFormatVisitor

        public AutoFormatVisitor​(@Nullable
                                 @Nullable org.openrewrite.Tree stopAfter)
    • Method Detail

      • visit

        @Nullable
        public @Nullable Yaml visit​(@Nullable
                                    @Nullable org.openrewrite.Tree tree,
                                    P p,
                                    org.openrewrite.Cursor cursor)
        Overrides:
        visit in class org.openrewrite.TreeVisitor<Yaml,​P>