com.ibatis.common.beans
Class MethodInvoker
java.lang.Object
com.ibatis.common.beans.MethodInvoker
- 所有已实现接口:
- Invoker
public class MethodInvoker
- extends java.lang.Object
- implements Invoker
方法摘要 |
java.lang.reflect.Method |
getMethod()
|
java.lang.String |
getName()
|
java.lang.Object |
invoke(java.lang.Object target,
java.lang.Object[] args)
|
类方法继承: java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodInvoker
public MethodInvoker(java.lang.reflect.Method method)
invoke
public java.lang.Object invoke(java.lang.Object target,
java.lang.Object[] args)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- 规范说明:
invoke
in interface Invoker
- 抛出异常:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
getMethod
public java.lang.reflect.Method getMethod()
getName
public java.lang.String getName()
- 规范说明:
getName
in interface Invoker