Searched full:human2 (Results 1 – 4 of 4) sorted by relevance
21 public class Human2 extends AbstractHuman { class23 private Human2 father;24 private Human2 mother;25 private Human2 partner;26 private Human2 bankAccountOwner;27 protected Map<Human2, String> children;29 public Human2() { in Human2() method in Human230 children = new HashMap<Human2, String>(); in Human2()33 public Human2 getFather() { in getFather()37 public void setFather(Human2 father) { in setFather()[all …]
238 Human2 father = new Human2(); in testChildren2()244 Human2 mother = new Human2(); in testChildren2()252 Human2 son = new Human2(); in testChildren2()260 Human2 daughter = new Human2(); in testChildren2()268 HashMap<Human2, String> children = new LinkedHashMap<Human2, String>(2); in testChildren2()275 Constructor constructor = new Constructor(Human2.class); in testChildren2()276 TypeDescription humanDescription = new TypeDescription(Human2.class); in testChildren2()277 humanDescription.putMapPropertyType("children", Human2.class, String.class); in testChildren2()286 Human2 son2 = (Human2) yaml.load(output); in testChildren2()290 Human2 father2 = son2.getFather(); in testChildren2()[all …]
2 ? !!org.yaml.snakeyaml.recursive.Human23 bankAccountOwner: &id001 !!org.yaml.snakeyaml.recursive.Human211 partner: &id003 !!org.yaml.snakeyaml.recursive.Human228 ? !!org.yaml.snakeyaml.recursive.Human2
1 &id002 !!org.yaml.snakeyaml.recursive.Human2