| Package | Description |
|---|---|
| org.springframework.restdocs.operation.preprocess |
Support for preprocessing an operation prior to it being documented.
|
| org.springframework.restdocs.restassured3.operation.preprocess |
REST Assured-specific support for preprocessing an operation prior to it being
documented.
|
| Modifier and Type | Method and Description |
|---|---|
UriModifyingOperationPreprocessor |
UriModifyingOperationPreprocessor.host(java.lang.String host)
Modifies the URI to use the given
host. |
static UriModifyingOperationPreprocessor |
Preprocessors.modifyUris()
Returns a
UriModifyingOperationPreprocessor that will modify URIs in the
request or response by changing one or more of their host, scheme, and port. |
UriModifyingOperationPreprocessor |
UriModifyingOperationPreprocessor.port(int port)
Modifies the URI to use the given
port. |
UriModifyingOperationPreprocessor |
UriModifyingOperationPreprocessor.removePort()
Removes the port from the URI.
|
UriModifyingOperationPreprocessor |
UriModifyingOperationPreprocessor.scheme(java.lang.String scheme)
Modifies the URI to use the given
scheme. |
| Modifier and Type | Class and Description |
|---|---|
class |
UriModifyingOperationPreprocessor
Deprecated.
since 2.0.1 in favor of
UriModifyingOperationPreprocessor |
| Modifier and Type | Method and Description |
|---|---|
static UriModifyingOperationPreprocessor |
RestAssuredPreprocessors.modifyUris()
Deprecated.
since 2.0.1 in favor of
Preprocessors.modifyUris() |