com.ibatis.common.beans
Class SetFieldInvoker

java.lang.Object
  extended by com.ibatis.common.beans.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.String getName()
           
 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

getName

public java.lang.String getName()
Specified by:
getName in interface Invoker