Interface Invoker
-
- All Known Implementing Classes:
GetFieldInvoker,MethodInvoker,SetFieldInvoker
public interface Invoker- Author:
- Clinton Begin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>getType()java.lang.Objectinvoke(java.lang.Object target, java.lang.Object[] args)
-
-
-
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.IllegalAccessExceptionjava.lang.reflect.InvocationTargetException
-
getType
java.lang.Class<?> getType()
-
-