Class SetFieldInvoker
- java.lang.Object
 - 
- org.apache.ibatis.reflection.invoker.SetFieldInvoker
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SetFieldInvoker(Field field) 
 - 
 
- 
- 
Constructor Detail
- 
SetFieldInvoker
public SetFieldInvoker(Field field)
 
 - 
 
- 
Method Detail
- 
invoke
public Object invoke(Object target, Object[] args) throws IllegalAccessException
- Specified by:
 invokein interfaceInvoker- Throws:
 IllegalAccessException
 
 - 
 
 -