org.apache.ibatis.reflection.invoker
Class SetFieldInvoker

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

public class SetFieldInvoker
extends Object
implements Invoker


Constructor Summary
SetFieldInvoker(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

SetFieldInvoker

public SetFieldInvoker(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.