org.apache.ibatis.reflection.invoker
Interface Invoker

All Known Implementing Classes:
GetFieldInvoker, MethodInvoker, SetFieldInvoker

public interface Invoker


Method Summary
 Class<?> getType()
           
 Object invoke(Object target, Object[] args)
           
 

Method Detail

invoke

Object invoke(Object target,
              Object[] args)
              throws IllegalAccessException,
                     InvocationTargetException
Throws:
IllegalAccessException
InvocationTargetException

getType

Class<?> getType()


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