Searched refs:addTypeDescription (Results 1 – 17 of 17) sorted by relevance
35 constr.addTypeDescription(description); in testOneDocument()50 constr.addTypeDescription(description); in testDirectives()68 constr.addTypeDescription(description); in testDirectives2()
105 con.addTypeDescription(new TypeDescription(TestObject.class, in parseObject()107 con.addTypeDescription(new TypeDescription(Sub1.class, "!ruby/object:Test::Module::Sub1")); in parseObject()108 con.addTypeDescription(new TypeDescription(Sub2.class, "!ruby/object:Test::Module::Sub2")); in parseObject()
62 constructor.addTypeDescription(new TypeDescription(Car.class, "!car")); in testLoadClassTag()74 constructor.addTypeDescription(null); in testNullDescription()
76 constructor.addTypeDescription(new TypeDescription(Car.class, "!car")); in testLoadClassTag()89 constructor.addTypeDescription(null); in testNullDescription()
37 constructor.addTypeDescription(carDescription); in testTypeSafeList()53 constructor.addTypeDescription(carDescription); in testTypeSafeMap()
92 constructor.addTypeDescription(new TypeDescription(Car.class, "!car")); in testLoadClassTag()
150 constructor.addTypeDescription(humanDescription); in testChildren()292 constructor.addTypeDescription(Human3Description); in testChildren3()336 constructor.addTypeDescription(humanDescription); in testChildrenSetAsRoot()374 constructor.addTypeDescription(Human2Description); in testChildrenMapAsRoot()443 constructor.addTypeDescription(Human3Description); in testChildrenListRoot()
150 constructor.addTypeDescription(HumanWithChildrenArrayDescription); in testChildrenArray()177 constructor.addTypeDescription(HumanWithChildrenArrayDescription); in testParseChildrenArrayWithoutRootTag()
278 constructor.addTypeDescription(humanDescription); in testChildren2()345 constructor.addTypeDescription(Human3Description); in testChildren3()385 constructor.addTypeDescription(humanDescription); in testChildrenSetAsRoot()422 constructor.addTypeDescription(Human2Description); in testChildrenMapAsRoot()490 constructor.addTypeDescription(Human3Description); in testChildrenListRoot()
89 c.addTypeDescription(aTypeDescr); in testArrayAsMapValueWithTypeDespriptor()128 c.addTypeDescription(aTypeDescr); in testArrayAsListValueWithTypeDespriptor()
85 constructor.addTypeDescription(new TypeDescription(TestBean.class, "!testbean")); in testMain()
71 constr.addTypeDescription(description); in testLocalTag()
160 .addTypeDescription(new TypeDescription(GeneralAccount.class, generalAccountTag)); in testABWithCustomTag()215 .addTypeDescription(new TypeDescription(GeneralAccount.class, generalAccountTag)); in testABPropertyWithCustomTag()
37 constructor.addTypeDescription(suiteDescription); in parse()45 constructor.addTypeDescription(testDescription); in parse()
74 c.addTypeDescription(descr); in testJavaBeanWithTypeDescription()
175 c.addTypeDescription(td); in testLoadEnumBean2()
91 addTypeDescription(theRoot); in Constructor()127 public TypeDescription addTypeDescription(TypeDescription definition) { in addTypeDescription() method in Constructor