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