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