Class AbstractJavaFunctionInvoker
java.lang.Object
io.higson.runtime.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 io.higson.runtime.engine.core.function.FunctionInvoker
invoke
-
Constructor Details
-
AbstractJavaFunctionInvoker
public AbstractJavaFunctionInvoker()
-
-
Method Details
-
invokeMethod
-