public class MethodInvoker extends Object implements Invoker
| Constructor and Description |
|---|
MethodInvoker(Method method) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getType() |
Object |
invoke(Object target,
Object[] args) |
public MethodInvoker(Method method)
public Object invoke(Object target, Object[] args) throws IllegalAccessException, InvocationTargetException
invoke in interface InvokerIllegalAccessExceptionInvocationTargetExceptionCopyright © 2009–2021 MyBatis.org. All rights reserved.