Class UriModifyingOperationPreprocessor

java.lang.Object
org.springframework.restdocs.operation.preprocess.UriModifyingOperationPreprocessor
All Implemented Interfaces:
OperationPreprocessor

public class UriModifyingOperationPreprocessor extends Object implements OperationPreprocessor
An OperationPreprocessor that modifies URIs in the request and in the response by changing one or more of their host, scheme, and port. URIs in the following locations are modified:
Since:
2.0.1
Author:
Andy Wilkinson