Class YamlPrinter<P>


  • public class YamlPrinter<P>
    extends YamlVisitor<org.openrewrite.PrintOutputCapture<P>>
    • Constructor Detail

      • YamlPrinter

        public YamlPrinter()
    • Method Detail

      • visitAlias

        public Yaml visitAlias​(Yaml.Alias alias,
                               org.openrewrite.PrintOutputCapture<P> p)
        Overrides:
        visitAlias in class YamlVisitor<org.openrewrite.PrintOutputCapture<P>>
      • visitMarker

        public <M extends org.openrewrite.marker.Marker> M visitMarker​(org.openrewrite.marker.Marker marker,
                                                                       org.openrewrite.PrintOutputCapture<P> p)
        Overrides:
        visitMarker in class org.openrewrite.TreeVisitor<Yaml,​org.openrewrite.PrintOutputCapture<P>>