org.apache.ibatis.reflection.invoker
Class GetFieldInvoker

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

public class GetFieldInvoker
extends Object
implements Invoker


Constructor Summary
GetFieldInvoker(Field field)
           
 
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

GetFieldInvoker

public GetFieldInvoker(Field field)
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.