| Package | Description |
|---|---|
| com.mulesoft.connectivity.rest.commons.api.dw | |
| com.mulesoft.connectivity.rest.commons.internal.dw |
| Modifier and Type | Method and Description |
|---|---|
CommonsBindingContext.Builder |
CommonsBindingContext.Builder.addContent(String identifier,
InputStream value,
org.mule.runtime.api.metadata.MediaType mediaType)
Will create a binding for the specified identifier and value with the specified media type.
|
CommonsBindingContext.Builder |
CommonsBindingContext.Builder.addJava(String identifier,
Object value)
Will create a binding for the specified identifier and value of Java Object type.
|
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.addJson(String identifier,
InputStream value,
Charset charset)
Will create a binding for the specified identifier and value of a JSON type with the specified encoding.
|
CommonsBindingContext.Builder |
CommonsBindingContext.Builder.addXml(String identifier,
CommonsExpressionLanguageValue value)
Will create a binding for the specified identifier and value of an XML type.
|
CommonsBindingContext.Builder |
CommonsBindingContext.Builder.addXml(String identifier,
InputStream value,
Charset charset)
Will create a binding for the specified identifier and value of an XML type with the specified encoding.
|
static CommonsBindingContext.Builder |
CommonsBindingContext.builder()
Provides a builder to create
CommonsBindingContext objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsBindingContextBuilder |
Copyright © 2023. All rights reserved.