Package | Description |
---|---|
org.fest.reflect.method |
Provides a "fluent" API for
method invocation via the Java Reflection API.
|
Modifier and Type | Method and Description |
---|---|
<T> MethodReturnType<T> |
MethodName.withReturnType(Class<T> type)
Specifies the return type of the method to invoke.
|
Copyright © 2007–2016. All rights reserved.