public interface IMethodInvoker
Modifier and Type | Method and Description |
---|---|
Method |
getMethod()
Get invoked method.
|
Class<?>[] |
getParameterTypes()
Get invoked method arguments types.
|
Object |
invoke(IArrayProvider ap,
Object on)
Invoke with no arguments.
|
Object |
invoke(IArrayProvider ap,
Object on,
Object... arguments)
Invoke with arguments.
|
Object |
invoke(IArrayProvider ap,
Object on,
Object arg)
Invoke with one argument.
|
Object |
invoke(IArrayProvider ap,
Object on,
Object arg1,
Object arg2)
Invoke with two argument.
|
boolean |
isAccessible() |
Object invoke(IArrayProvider ap, Object on) throws UtilsException
UtilsException
Object invoke(IArrayProvider ap, Object on, Object arg) throws UtilsException
UtilsException
Object invoke(IArrayProvider ap, Object on, Object arg1, Object arg2) throws UtilsException
UtilsException
Object invoke(IArrayProvider ap, Object on, Object... arguments) throws UtilsException
UtilsException
Method getMethod()
boolean isAccessible()
Class<?>[] getParameterTypes()