public interface MethodAccessor
| Modifier and Type | Method and Description |
|---|---|
Method |
getMethod()
Retrieve the underlying method.
|
Object |
invoke(Object target,
Object... args)
Invoke the underlying method.
|
Object invoke(Object target, Object... args)
target - - the target instance, or NULL for a static method.args - - the arguments to pass to the method.Method getMethod()
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.