protected class ClassMethodInvoker.Invoker
extends java.lang.Object
Invoker - invokes the method of the object.| Constructor and Description |
|---|
ClassMethodInvoker.Invoker()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object o,
java.lang.Object[] args)
Invokes the method of the
o. |