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