93949596979899100
checkThrowable(IllegalStateException.class, exception); } protected SimpleBean setIsInterface() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
64656667686970
} protected XMLUtil bootstrapXML(boolean validate) throws Throwable { Kernel kernel = super.bootstrap(); return new XMLUtil(kernel, this, validate); }
5253545556575859
// TODO } protected SimpleBean simpleCollectionFromStrings() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
5859606162636465
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean customCollectionExplicit() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
6465666768697071
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean customCollectionFromSignature() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
7071727374757677
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean customCollectionPreInstantiated() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
7677787980818283
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean collectionWithValueTypeOverride() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
8283848586878889
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean collectionInjectOnObject() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
8889909192939495
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean collectionNotACollection() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
99100101102103104105106
checkThrowable(IllegalStateException.class, exception); } protected SimpleBean collectionIsInterface() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }