Package org.openrewrite.yaml.format
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 Summary
Constructors Constructor Description NormalizeLineBreaksVisitor(org.openrewrite.style.GeneralFormatStyle generalFormatStyle, @Nullable org.openrewrite.Tree stopAfter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable YamlpostVisit(Yaml tree, P p)@Nullable Yamlvisit(@Nullable org.openrewrite.Tree tree, P p)-
Methods inherited from class org.openrewrite.yaml.YamlIsoVisitor
visitDocument, visitDocuments, visitMapping, visitMappingEntry, visitScalar, visitSequence, visitSequenceEntry
-
Methods inherited from class org.openrewrite.yaml.YamlVisitor
autoFormat, autoFormat, autoFormat, getLanguage, isAcceptable, maybeAutoFormat, maybeAutoFormat, maybeAutoFormat, maybeCoalesceProperties, removeUnused, visitAlias, visitAnchor
-
-