Uses of Class
r01f.reflection.fluent.MethodReturnTypes.MethodReturnTypeGenerics

Packages that use MethodReturnTypes.MethodReturnTypeGenerics
r01f.reflection.fluent   
 

Uses of MethodReturnTypes.MethodReturnTypeGenerics in r01f.reflection.fluent
 

Methods in r01f.reflection.fluent that return MethodReturnTypes.MethodReturnTypeGenerics
(package private) static
<T> MethodReturnTypes.MethodReturnTypeGenerics<T>
MethodReturnTypes.newReturnTypeGenerics(java.lang.String methodName, TypeRef<T> type)
           
<T> MethodReturnTypes.MethodReturnTypeGenerics<T>
MethodReflection.withReturnType(TypeRef<T> type)
          Specifies the return type reference of the method to invoke.