Package com.ibatis.common.beans
Class GetFieldInvoker
java.lang.Object
com.ibatis.common.beans.GetFieldInvoker
- All Implemented Interfaces:
Invoker
The Class GetFieldInvoker.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GetFieldInvoker
Instantiates a new gets the field invoker.- Parameters:
field- the field
-
-
Method Details
-
invoke
public Object invoke(Object target, Object[] args) throws IllegalAccessException, InvocationTargetException Description copied from interface:InvokerInvoke.- Specified by:
invokein interfaceInvoker- Parameters:
target- the targetargs- the args- Returns:
- the object
- Throws:
IllegalAccessException- the illegal access exceptionInvocationTargetException- the invocation target exception
-
getName
Description copied from interface:InvokerGets the name.
-