Modifier and Type | Class and Description |
---|---|
static class |
MethodInvoker.Conversions |
Constructor and Description |
---|
MethodInvoker(Object target)
Constructor.
|
public MethodInvoker(Object target)
target
- The object that contains the method.public Object invoke(String name, InvokerArguments parameters) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException
Invoker
invoke
in interface Invoker
name
- The name of the thing to be invoked.parameters
- Parameters. never null.IllegalArgumentException
IllegalAccessException
InvocationTargetException