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 java.lang.Object
implements Invoker


Constructor Summary
SetFieldInvoker(java.lang.reflect.Field field)
           
 
Method Summary
 java.lang.Class getType()
           
 java.lang.Object invoke(java.lang.Object target, java.lang.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(java.lang.reflect.Field field)
Method Detail

invoke

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

getType

public java.lang.Class getType()
Specified by:
getType in interface Invoker


Copyright © 2010. All Rights Reserved.