Package | Description |
---|---|
org.fest.reflect.method |
Provides a "fluent" API for
method invocation via the Java Reflection API.
|
Modifier and Type | Method and Description |
---|---|
StaticMethodParameterTypes<T> |
StaticMethodReturnType.withParameterTypes(Class<?>... parameterTypes)
Specifies the parameter types of the static method to invoke.
|
StaticMethodParameterTypes<T> |
StaticMethodReturnTypeRef.withParameterTypes(Class<?>... parameterTypes)
Specifies the parameter types of the static method to invoke.
|
StaticMethodParameterTypes<Void> |
StaticMethodName.withParameterTypes(Class<?>... parameterTypes)
Specifies the parameter types of the static method to invoke.
|
Copyright © 2007–2016. All rights reserved.