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, wait
localNames, prefixes
public FlowableAddToArrayNodeFunctionDelegate()
public String prefix()
prefix
in interface FlowableFunctionDelegate
public String localName()
localName
in interface FlowableFunctionDelegate
public Method functionMethod()
functionMethod
in interface FlowableFunctionDelegate