| Package | Description |
|---|---|
| com.mulesoft.connectivity.rest.commons.api.binding | |
| com.mulesoft.connectivity.rest.commons.api.operation |
| Modifier and Type | Class and Description |
|---|---|
static class |
ParameterBinding.BodyBinding |
| Modifier and Type | Method and Description |
|---|---|
ParameterBinding |
HttpRequestBinding.getBody() |
ParameterBinding |
HttpResponseBinding.getBody() |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterBinding> |
HttpRequestBinding.getHeaders() |
List<ParameterBinding> |
HttpResponseBinding.getHeaders() |
List<ParameterBinding> |
HttpRequestBinding.getQueryParams() |
List<ParameterBinding> |
HttpRequestBinding.getUriParams() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
BaseRestOperation.filterParametersAlreadyBound(Map<String,Object> parameters,
List<ParameterBinding> requestBindings)
This method return a new map with the parameters filtered according to a list of parameter bindings that the original map
could include as bindings, so they do not have to be included in the final map
|
Copyright © 2023. All rights reserved.