Package com.ibatis.common.beans
Interface Invoker
- All Known Implementing Classes:
GetFieldInvoker,MethodInvoker,SetFieldInvoker
public interface Invoker
The Interface Invoker.
-
Method Summary
-
Method Details
-
getName
String getName()Gets the name.- Returns:
- the name
-
invoke
Object invoke(Object target, Object[] args) throws IllegalAccessException, InvocationTargetException Invoke.- Parameters:
target- the targetargs- the args- Returns:
- the object
- Throws:
IllegalAccessException- the illegal access exceptionInvocationTargetException- the invocation target exception
-