Interface Invoker
- All Known Implementing Classes:
GetFieldInvoker, MethodInvoker, SetFieldInvoker
public interface Invoker
The Interface Invoker.
-
Method Summary
-
Method Details
-
getName
-
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
-