Class AmbiguousMethodInvoker
- java.lang.Object
-
- org.apache.ibatis.reflection.invoker.MethodInvoker
-
- org.apache.ibatis.reflection.invoker.AmbiguousMethodInvoker
-
- All Implemented Interfaces:
Invoker
public class AmbiguousMethodInvoker extends MethodInvoker
-
-
Constructor Summary
Constructors Constructor Description AmbiguousMethodInvoker(java.lang.reflect.Method method, java.lang.String exceptionMessage)
-
Method Summary
Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object target, java.lang.Object[] args)
-
Methods inherited from class org.apache.ibatis.reflection.invoker.MethodInvoker
getType
-
-
-
-
Method Detail
-
invoke
public java.lang.Object invoke(java.lang.Object target, java.lang.Object[] args) throws java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
- Specified by:
invoke
in interfaceInvoker
- Overrides:
invoke
in classMethodInvoker
- Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
-
-