public static interface FunctionParameter.DefaultValueResolver
FunctionParameter default value.| Modifier and Type | Method and Description |
|---|---|
Object |
getDefaultValue(BindingContext context)
Returns the default value for a
FunctionParameter given the current BindingContext, allowing to reference
variables as defaults. |
Object getDefaultValue(BindingContext context)
FunctionParameter given the current BindingContext, allowing to reference
variables as defaults.context - the current BindingContext to considerCopyright © 2017 MuleSoft, Inc.. All rights reserved.