Class MethodInvoker
java.lang.Object
org.apache.ibatis.reflection.invoker.MethodInvoker
- All Implemented Interfaces:
Invoker
- Direct Known Subclasses:
AmbiguousMethodInvoker
- Author:
- Clinton Begin
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MethodInvoker
-
-
Method Details
-
invoke
public Object invoke(Object target, Object[] args) throws IllegalAccessException, InvocationTargetException - Specified by:
invoke
in interfaceInvoker
- Throws:
IllegalAccessException
InvocationTargetException
-
getType
-