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

Packages that use StaticMethodReturnTypes.StaticMethodReturnTypeGenerics
r01f.reflection.fluent   
 

Uses of StaticMethodReturnTypes.StaticMethodReturnTypeGenerics in r01f.reflection.fluent
 

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