Class MergeYamlVisitor<P>

java.lang.Object
org.openrewrite.TreeVisitor<Yaml,P>
org.openrewrite.yaml.YamlVisitor<P>
org.openrewrite.yaml.MergeYamlVisitor<P>
Type Parameters:
P - An input object that is passed to every visit method.

public class MergeYamlVisitor<P> extends YamlVisitor<P>
Visitor class to merge two yaml files.