Class NormalizeLineBreaksVisitor<P>


  • public class NormalizeLineBreaksVisitor<P>
    extends YamlIsoVisitor<P>
    • Constructor Detail

      • NormalizeLineBreaksVisitor

        public NormalizeLineBreaksVisitor​(org.openrewrite.style.GeneralFormatStyle generalFormatStyle,
                                          @Nullable
                                          @Nullable org.openrewrite.Tree stopAfter)
    • Method Detail

      • postVisit

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

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