public class MethodInvoker extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
MethodInvoker(Object target) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
invokeMethod(Method method,
Object[] parameters) |
static MethodInvoker |
on(Object target) |
Object |
run(Method method,
Object... parameters) |
protected MethodInvoker(Object target)
public static MethodInvoker on(Object target)
protected Object invokeMethod(Method method, Object[] parameters) throws IllegalAccessException, InvocationTargetException
Copyright © 2021. All rights reserved.