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