Java org.springframework.restdocs.operation.preprocess Preprocessors fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.restdocs.operation.preprocess Preprocessors fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.restdocs.operation.preprocess Preprocessors.

The text is from its open source code.

Method

UriModifyingOperationPreprocessormodifyUris()
Returns a UriModifyingOperationPreprocessor that will modify URIs in the request or response by changing one or more of their host, scheme, and port.
OperationRequestPreprocessorpreprocessRequest(OperationPreprocessor... preprocessors)
Returns an OperationRequestPreprocessor that will preprocess the request by applying the given preprocessors to it.
OperationResponsePreprocessorpreprocessResponse(OperationPreprocessor... preprocessors)
Returns an OperationResponsePreprocessor that will preprocess the response by applying the given preprocessors to it.
OperationPreprocessorprettyPrint()
Returns an OperationPreprocessor that will pretty print the content of the request or response.