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) |
getType
public Object invoke(Object target, Object[] args) throws IllegalAccessException, InvocationTargetException
invoke
in interface Invoker
invoke
in class MethodInvoker
IllegalAccessException
InvocationTargetException
Copyright © 2009–2021 MyBatis.org. All rights reserved.