Interface Invoker
- All Known Implementing Classes:
AmbiguousMethodInvoker,GetFieldInvoker,MethodInvoker,SetFieldInvoker
public interface Invoker
- Author:
- Clinton Begin
-
Method Summary
-
Method Details
-
invoke
Object invoke(Object target, Object[] args) throws IllegalAccessException, InvocationTargetException -
getType
Class<?> getType()
-