Interface MethodInvoker
-
- All Known Implementing Classes:
GetterInvoker,NoSuchMethodInvoker,SetterInvoker,SimpleMethodInvoker
public interface MethodInvoker- Version:
- $Revision$
- Author:
- Julien Viet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectinvoke(Object o, Map<String,List<String>> argMap)
-
-
-
Method Detail
-
invoke
Object invoke(Object o, Map<String,List<String>> argMap) throws IllegalAccessException, InvocationTargetException
-
-