Searched full:human3 (Results 1 – 4 of 4) sorted by relevance
21 public class Human3 extends AbstractHuman { class23 private Human3 father;24 private Human3 mother;25 private Human3 partner;26 private Human3 bankAccountOwner;27 protected List<Human3> children;29 public Human3() { in Human3() method in Human330 children = new ArrayList<Human3>(); in Human3()33 public Human3 getFather() { in getFather()37 public void setFather(Human3 father) { in setFather()[all …]
305 Human3 father = new Human3(); in testChildren3()311 Human3 mother = new Human3(); in testChildren3()319 Human3 son = new Human3(); in testChildren3()327 Human3 daughter = new Human3(); in testChildren3()335 ArrayList<Human3> children = new ArrayList<Human3>(); in testChildren3()342 Constructor constructor = new Constructor(Human3.class); in testChildren3()343 TypeDescription Human3Description = new TypeDescription(Human3.class); in testChildren3()344 Human3Description.putListPropertyType("children", Human3.class); in testChildren3()353 Human3 son2 = (Human3) yaml.load(output); in testChildren3()357 Human3 father2 = son2.getFather(); in testChildren3()[all …]
2 - !!org.yaml.snakeyaml.recursive.Human327 - !!org.yaml.snakeyaml.recursive.Human3
1 &id002 !!org.yaml.snakeyaml.recursive.Human3