Uses of Class
r01f.reflection.fluent.StaticMethodReturnTypes.StaticMethodReturnType

Packages that use StaticMethodReturnTypes.StaticMethodReturnType
r01f.reflection.fluent   
 

Uses of StaticMethodReturnTypes.StaticMethodReturnType in r01f.reflection.fluent
 

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