Uses of Class
org.fest.reflect.method.MethodReturnTypeRef
Packages that use MethodReturnTypeRef
Package
Description
Provides a "fluent" API for
method invocation via the Java Reflection API.
-
Uses of MethodReturnTypeRef in org.fest.reflect.method
Methods in org.fest.reflect.method that return MethodReturnTypeRefModifier and TypeMethodDescription(package private) static <T> MethodReturnTypeRef<T>MethodReturnTypeRef.newReturnTypeRef(String name, TypeRef<T> type) <T> MethodReturnTypeRef<T>MethodName.withReturnType(TypeRef<T> type) Specifies the return type reference of the method to invoke.