8081828384858687
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean arrayNotAArray() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
9192939495969798
checkThrowable(IllegalStateException.class, exception); } protected SimpleBean arrayIsInterface() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
4546474849505152
super(name, true); } public SimpleBean simpleMapFromObjects() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
5152535455565758
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean simpleMapFromStrings() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
5758596061626364
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean customMapExplicit() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
6364656667686970
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean customMapFromSignature() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
6970717273747576
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean customMapPreInstantiated() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
7576777879808182
return (SimpleBean) util.getBean("SimpleBean"); } protected UnmodifiableGetterBean unmodifiableMapPreInstantiated() throws Throwable { XMLUtil util = bootstrapXML(true); return (UnmodifiableGetterBean) util.getBean("SimpleBean"); }
8182838485868788
return (UnmodifiableGetterBean) util.getBean("SimpleBean"); } protected SimpleBean mapWithKeyTypeOverride() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
8788899091929394
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean mapWithValueTypeOverride() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }