Class AbstractJavaFunctionInvoker
java.lang.Object
org.smartparam.engine.functions.java.AbstractJavaFunctionInvoker
- All Implemented Interfaces:
FunctionInvoker
- Direct Known Subclasses:
JavaFunctionInvoker
- Author:
- Adam Dubiel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectinvokeMethod(Object instance, Method method, Object... args) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.smartparam.engine.core.function.FunctionInvoker
invoke
-
Constructor Details
-
AbstractJavaFunctionInvoker
public AbstractJavaFunctionInvoker()
-
-
Method Details
-
invokeMethod
-