Searched refs:Parent1 (Results 1 – 2 of 2) sorted by relevance
195 Yaml yaml = new Yaml(new Constructor(Parent1.class)); in testScalarContructor()197 Parent1 parent = (Parent1) yaml.load(document); in testScalarContructor()
18 public class Parent1 { class