protected static class SInvocation.FallBackInvoker extends java.lang.Object implements IMethodInvoker
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.reflect.Method |
method
The method.
|
| Constructor and Description |
|---|
FallBackInvoker(java.lang.reflect.Method method)
Creates the invoker.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object object,
java.lang.Object... args)
Invokes a method on an object.
|
public FallBackInvoker(java.lang.reflect.Method method)
method - Method to invoke.public java.lang.Object invoke(java.lang.Object object,
java.lang.Object... args)
invoke in interface IMethodInvokerobject - The objectmethodid - The ID of the method.args - The method arguments.