Class MethodInvoker
- java.lang.Object
-
- org.apache.ibatis.reflection.invoker.MethodInvoker
-
- All Implemented Interfaces:
Invoker
- Direct Known Subclasses:
AmbiguousMethodInvoker
public class MethodInvoker extends java.lang.Object implements Invoker
- Author:
- Clinton Begin
-
-
Constructor Summary
Constructors Constructor Description MethodInvoker(java.lang.reflect.Method method)
-