| Modifier and Type | Field and Description |
|---|---|
static MappingValue |
MappingValue.NONE
(experimental) Creates an empty mapping value.
|
| Modifier and Type | Method and Description |
|---|---|
static MappingValue |
MappingValue.contextVariable(String variableName)
(experimental) Creates a context variable mapping value.
|
static MappingValue |
MappingValue.custom(String value)
(experimental) Creates a custom mapping value.
|
static MappingValue |
MappingValue.requestBody(String name)
(experimental) Creates a request body mapping value.
|
static MappingValue |
MappingValue.requestHeader(String name)
(experimental) Creates a header mapping value.
|
static MappingValue |
MappingValue.requestPath()
(experimental) Creates a request path mapping value.
|
static MappingValue |
MappingValue.requestPathParam(String name)
(experimental) Creates a request path parameter mapping value.
|
static MappingValue |
MappingValue.requestQueryString(String name)
(experimental) Creates a query string mapping value.
|
static MappingValue |
MappingValue.stageVariable(String variableName)
(experimental) Creates a stage variable mapping value.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterMapping |
ParameterMapping.appendHeader(String name,
MappingValue value)
(experimental) Creates a mapping to append a header.
|
ParameterMapping |
ParameterMapping.appendQueryString(String name,
MappingValue value)
(experimental) Creates a mapping to append a query string.
|
ParameterMapping |
ParameterMapping.overwriteHeader(String name,
MappingValue value)
(experimental) Creates a mapping to overwrite a header.
|
ParameterMapping |
ParameterMapping.overwritePath(MappingValue value)
(experimental) Creates a mapping to overwrite a path.
|
ParameterMapping |
ParameterMapping.overwriteQueryString(String name,
MappingValue value)
(experimental) Creates a mapping to overwrite a querystring.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterMapping |
ParameterMapping.fromObject(Map<String,? extends MappingValue> obj)
(experimental) Creates a mapping from an object.
|
Copyright © 2023. All rights reserved.