Searched defs:getGenericReturnType (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DConvertingMethod.java58 Type getGenericReturnType() { method in class:ConvertingMethod
59 return method.getGenericReturnType();
212 mappingFactory.mappingForType(m.getGenericReturnType(), mappingFactory);
H A DMXBeanIntrospector.java93 Type getGenericReturnType(ConvertingMethod m) { method in class:MXBeanIntrospector
94 return m.getGenericReturnType();
157 originalType = getter.getGenericReturnType();
209 final Type originalReturnType = operation.getGenericReturnType();
H A DStandardMBeanIntrospector.java86 Type getGenericReturnType(Method m) { method in class:StandardMBeanIntrospector
87 return m.getGenericReturnType();
H A DMBeanIntrospector.java70 * which we could call getName, getGenericReturnType, etc. A simpler approach
105 abstract Type getGenericReturnType(M m); method in class:MBeanIntrospector
227 getGenericReturnType(getter).equals(getGenericParameterTypes(setter)[0]));
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DMethod.java243 public Type getGenericReturnType() { method in class:Method
494 Type genRetType = getGenericReturnType();

Completed in 65 milliseconds