Java org.springframework.restdocs.restassured3 RestAssuredRestDocumentation fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.restdocs.restassured3 RestAssuredRestDocumentation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.restdocs.restassured3 RestAssuredRestDocumentation.

The text is from its open source code.

Method

RestDocumentationFilterdocument(String identifier, OperationRequestPreprocessor requestPreprocessor, OperationResponsePreprocessor responsePreprocessor, Snippet... snippets)
Documents the API call with the given identifier using the given snippets in addition to any default snippets.
RestDocumentationFilterdocument(String identifier, Snippet... snippets)
Documents the API call with the given identifier using the given snippets .
RestAssuredRestDocumentationConfigurerdocumentationConfiguration( RestDocumentationContextProvider contextProvider)
Provides access to a RestAssuredRestDocumentationConfigurer that can be used to configure Spring REST Docs using the given contextProvider .