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