Class 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.