Codehaus.org. @author Ben Yu
114115116117118119120
else{ return (Deserializer)this.convert(Deserializer.class, obj); } } private ConfigurationException mismatchType(Class type){ return raise(new TypeMismatchException(Deserializer.class, type)); }
48495051525354555657
if(m instanceof Map){ the_map = (Map)m; return performLookup(component_type, key, type); } else throw new TypeMismatchException(Map.class, m==null?null:m.getClass()); } }); } }