Class MethodInvoker
- java.lang.Object
-
- org.apache.ibatis.reflection.invoker.MethodInvoker
-
-
Constructor Summary
Constructors Constructor Description MethodInvoker(java.lang.reflect.Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>
getType()
java.lang.Object
invoke(java.lang.Object target, java.lang.Object[] args)
-