Package org.bonitasoft.engine.commons
Class JavaMethodInvoker
java.lang.Object
org.bonitasoft.engine.commons.JavaMethodInvoker
Invokes a method on a Java Object.
- Author:
- Emmanuel Duchastenier, Matthieu Chaffotte
-
Field Details
-
primitiveTypes
-
-
Constructor Details
-
JavaMethodInvoker
public JavaMethodInvoker()
-
-
Method Details
-
getClassOrPrimitiveClass
- Throws:
ClassNotFoundException
-
invokeJavaMethod
public Object invokeJavaMethod(String typeOfValueToSet, Object valueToSetObjectWith, Object objectToInvokeJavaMethodOn, String operator, String operatorParameterClassName) throws ClassNotFoundException, NoSuchMethodException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
-