|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StaticMethodParameterTypes | |
---|---|
org.fest.reflect.method | Provides a "fluent" API for method invocation via the Java Reflection API. |
Uses of StaticMethodParameterTypes in org.fest.reflect.method |
---|
Methods in org.fest.reflect.method that return StaticMethodParameterTypes | |
---|---|
StaticMethodParameterTypes<T> |
StaticMethodReturnTypeRef.withParameterTypes(Class<?>... parameterTypes)
Specifies the parameter types of the static method to invoke. |
StaticMethodParameterTypes<T> |
StaticMethodReturnType.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |