Interface Invoker
-
- All Known Implementing Classes:
AmbiguousMethodInvoker,GetFieldInvoker,MethodInvoker,SetFieldInvoker
public interface Invoker- Author:
- Clinton Begin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>getType()Objectinvoke(Object target, Object[] args)
-
-
-
Method Detail
-
invoke
Object invoke(Object target, Object[] args) throws IllegalAccessException, InvocationTargetException
-
getType
Class<?> getType()
-
-