Class FlowableAddToArrayNodeFunctionDelegate
java.lang.Object
com.flowable.platform.common.el.json.FlowableAddToArrayNodeFunctionDelegate
- All Implemented Interfaces:
FlowableFunctionDelegate
public class FlowableAddToArrayNodeFunctionDelegate
extends Object
implements FlowableFunctionDelegate
A function delegate to add objects to an
ArrayNode
.
This is needed because ArrayNode
has various add methods, but JUEL doesn't support method overloading,
which means that always the first returned by .getMethod() will be used irregardless of the type.-
Constructor Details
-
FlowableAddToArrayNodeFunctionDelegate
public FlowableAddToArrayNodeFunctionDelegate()
-
-
Method Details
-
prefix
- Specified by:
prefix
in interfaceFlowableFunctionDelegate
-
localName
- Specified by:
localName
in interfaceFlowableFunctionDelegate
-
functionMethod
- Specified by:
functionMethod
in interfaceFlowableFunctionDelegate
-