Invoker<java.lang.Void> |
MethodName.in(java.lang.Object target) |
Creates a new invoker for a method that takes no parameters and return value void .
|
Invoker<T> |
MethodParameterTypes.in(java.lang.Object target) |
Creates a new method invoker.
|
Invoker<T> |
MethodReturnType.in(java.lang.Object target) |
Creates a new method invoker.
|
Invoker<T> |
MethodReturnTypeRef.in(java.lang.Object target) |
Creates a new method invoker.
|
Invoker<java.lang.Void> |
StaticMethodName.in(java.lang.Class<?> target) |
Creates a new invoker for a static method that takes no parameters and return value void .
|
Invoker<T> |
StaticMethodParameterTypes.in(java.lang.Class<?> target) |
Creates a new method invoker.
|
Invoker<T> |
StaticMethodReturnType.in(java.lang.Class<?> target) |
Creates a new method invoker.
|
Invoker<T> |
StaticMethodReturnTypeRef.in(java.lang.Class<?> target) |
Creates a new method invoker.
|