Class AmbiguousMethodInvoker
java.lang.Object
org.apache.ibatis.reflection.invoker.MethodInvoker
org.apache.ibatis.reflection.invoker.AmbiguousMethodInvoker
- All Implemented Interfaces:
Invoker
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.ibatis.reflection.invoker.MethodInvoker
getType
-
Constructor Details
-
AmbiguousMethodInvoker
-
-
Method Details
-
invoke
public Object invoke(Object target, Object[] args) throws IllegalAccessException, InvocationTargetException - Specified by:
invoke
in interfaceInvoker
- Overrides:
invoke
in classMethodInvoker
- Throws:
IllegalAccessException
InvocationTargetException
-