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

Packages that use MethodReturnTypes.MethodReturnType
r01f.reflection.fluent   
 

Uses of MethodReturnTypes.MethodReturnType in r01f.reflection.fluent
 

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