Interface MethodInvoker
- All Known Implementing Classes:
GetterInvoker,NoSuchMethodInvoker,SetterInvoker,SimpleMethodInvoker
public interface MethodInvoker
- Version:
- $Revision$
- Author:
- Julien Viet
-
Method Summary
-
Method Details
-
invoke
Object invoke(Object o, Map<String, List<String>> argMap) throws IllegalAccessException, InvocationTargetException
-