public class AmbiguousMethodInvoker extends MethodInvoker
| Constructor and Description |
|---|
AmbiguousMethodInvoker(Method method,
String exceptionMessage) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object target,
Object[] args) |
getTypepublic Object invoke(Object target, Object[] args) throws IllegalAccessException, InvocationTargetException
invoke in interface Invokerinvoke in class MethodInvokerIllegalAccessExceptionInvocationTargetExceptionCopyright © 2009–2021 MyBatis.org. All rights reserved.