Uses of Class
org.fest.reflect.method.StaticMethodReturnTypeRef
-
Packages that use StaticMethodReturnTypeRef Package Description org.fest.reflect.method Provides a "fluent" API for method invocation via the Java Reflection API. -
-
Uses of StaticMethodReturnTypeRef in org.fest.reflect.method
Methods in org.fest.reflect.method that return StaticMethodReturnTypeRef Modifier and Type Method Description <T> StaticMethodReturnTypeRef<T>
StaticMethodName. withReturnType(TypeRef<T> type)
Specifies the return type reference of the static method to invoke.
-