public class FlowableAddToArrayNodeFunctionDelegate extends Object implements FlowableFunctionDelegate
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 and Description |
|---|
FlowableAddToArrayNodeFunctionDelegate() |
| Modifier and Type | Method and Description |
|---|---|
Method |
functionMethod() |
String |
localName() |
String |
prefix() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlocalNames, prefixespublic FlowableAddToArrayNodeFunctionDelegate()
public String prefix()
prefix in interface FlowableFunctionDelegatepublic String localName()
localName in interface FlowableFunctionDelegatepublic Method functionMethod()
functionMethod in interface FlowableFunctionDelegate