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(Method method, String exceptionMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
invoke(Object target, Object[] args)
-
Methods inherited from class org.apache.ibatis.reflection.invoker.MethodInvoker
getType
-
-
-
-
Method Detail
-
invoke
public Object invoke(Object target, Object[] args) throws IllegalAccessException, InvocationTargetException
- Specified by:
invoke
in interfaceInvoker
- Overrides:
invoke
in classMethodInvoker
- Throws:
IllegalAccessException
InvocationTargetException
-
-