Uses of Class
org.springframework.restdocs.operation.preprocess.UriModifyingOperationPreprocessor
Package
Description
Support for preprocessing an operation prior to it being documented.
-
Uses of UriModifyingOperationPreprocessor in org.springframework.restdocs.operation.preprocess
Modifier and TypeMethodDescriptionModifies the URI to use the givenhost
.Preprocessors.modifyUris()
Returns aUriModifyingOperationPreprocessor
that will modify URIs in the request or response by changing one or more of their host, scheme, and port.UriModifyingOperationPreprocessor.port
(int port) Modifies the URI to use the givenport
.UriModifyingOperationPreprocessor.removePort()
Removes the port from the URI.Modifies the URI to use the givenscheme
.