| Package | Description |
|---|---|
| com.mulesoft.connectivity.rest.commons.api.dw | |
| com.mulesoft.connectivity.rest.commons.internal.dw |
| Modifier and Type | Method and Description |
|---|---|
CommonsExpressionLanguageValue |
CommonsExpressionLanguage.evaluate(String expression,
CommonsBindingContext commonsBindingContext,
org.mule.runtime.api.metadata.DataType dataType)
Evaluates an expression according to a given
CommonsBindingContext and the global one and a specific data type. |
CommonsExpressionLanguageValue |
CommonsExpressionLanguage.evaluateJson(String expression,
CommonsBindingContext commonsBindingContext)
Evaluates an expression according to a given
CommonsBindingContext and the global one. |
CommonsExpressionLanguageValue |
CommonsExpressionLanguage.evaluateXml(String expression,
CommonsBindingContext commonsBindingContext)
Evaluates an expression according to a given
CommonsBindingContext and the global one. |
| Modifier and Type | Method and Description |
|---|---|
CommonsBindingContext.Builder |
CommonsBindingContext.Builder.addJson(String identifier,
CommonsExpressionLanguageValue value)
Will create a binding for the specified identifier and value of a JSON type.
|
CommonsBindingContext.Builder |
CommonsBindingContext.Builder.addXml(String identifier,
CommonsExpressionLanguageValue value)
Will create a binding for the specified identifier and value of an XML type.
|
| Modifier and Type | Method and Description |
|---|---|
CommonsExpressionLanguageValue |
CommonsExpressionLanguageImpl.evaluate(String expression,
CommonsBindingContext commonsBindingContext,
org.mule.runtime.api.metadata.DataType dataType) |
CommonsExpressionLanguageValue |
CommonsExpressionLanguageImpl.evaluateJson(String expression,
CommonsBindingContext commonsBindingContext) |
CommonsExpressionLanguageValue |
CommonsExpressionLanguageImpl.evaluateXml(String expression,
CommonsBindingContext commonsBindingContext) |
| Modifier and Type | Method and Description |
|---|---|
CommonsBindingContextBuilder |
CommonsBindingContextBuilder.addJson(String identifier,
CommonsExpressionLanguageValue value) |
CommonsBindingContextBuilder |
CommonsBindingContextBuilder.addXml(String identifier,
CommonsExpressionLanguageValue value) |
Copyright © 2023. All rights reserved.