|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Invoker | |
|---|---|
| org.fest.reflect.method | Provides a "fluent" API for method invocation via the Java Reflection API. |
| Uses of Invoker in org.fest.reflect.method |
|---|
| Methods in org.fest.reflect.method that return Invoker | |
|---|---|
Invoker<T> |
StaticMethodParameterTypes.in(Class<?> target)
Creates a new method invoker. |
Invoker<T> |
StaticMethodReturnTypeRef.in(Class<?> target)
Creates a new method invoker. |
Invoker<Void> |
StaticMethodName.in(Class<?> target)
Creates a new invoker for a static method that takes no parameters and return value void. |
Invoker<T> |
StaticMethodReturnType.in(Class<?> target)
Creates a new method invoker. |
Invoker<T> |
MethodReturnTypeRef.in(Object target)
Creates a new method invoker. |
Invoker<T> |
MethodParameterTypes.in(Object target)
Creates a new method invoker. |
Invoker<T> |
MethodReturnType.in(Object target)
Creates a new method invoker. |
Invoker<Void> |
MethodName.in(Object target)
Creates a new invoker for a method that takes no parameters and return value void. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||