org.apache.ibatis.reflection.invoker
Class MethodInvoker

java.lang.Object
  extended by org.apache.ibatis.reflection.invoker.MethodInvoker
All Implemented Interfaces:
Invoker

public class MethodInvoker
extends Object
implements Invoker


Constructor Summary
MethodInvoker(Method method)
           
 
Method Summary
 Class<?> getType()
           
 Object invoke(Object target, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInvoker

public MethodInvoker(Method method)
Method Detail

invoke

public Object invoke(Object target,
                     Object[] args)
              throws IllegalAccessException,
                     InvocationTargetException
Specified by:
invoke in interface Invoker
Throws:
IllegalAccessException
InvocationTargetException

getType

public Class<?> getType()
Specified by:
getType in interface Invoker


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.