public abstract class SimpleMethodInvoker extends Object implements MethodInvoker
| Constructor and Description |
|---|
SimpleMethodInvoker(Method method) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getArgumentName(int index) |
Object |
invoke(Object o,
Map<String,List<String>> argMap) |
public SimpleMethodInvoker(Method method)
public Object invoke(Object o, Map<String,List<String>> argMap) throws IllegalAccessException, InvocationTargetException
invoke in interface MethodInvokerIllegalAccessExceptionInvocationTargetExceptionprotected abstract String getArgumentName(int index)
Copyright © 2019 eXo Platform SAS. All Rights Reserved.