Class NormalizeLineBreaksVisitor<P>

java.lang.Object
org.openrewrite.TreeVisitor<Yaml,P>
org.openrewrite.yaml.YamlVisitor<P>
org.openrewrite.yaml.YamlIsoVisitor<P>
org.openrewrite.yaml.format.NormalizeLineBreaksVisitor<P>

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

    • NormalizeLineBreaksVisitor

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

    • 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>