Uses of Class
org.springframework.restdocs.restassured.RestAssuredRestDocumentationConfigurer
Packages that use RestAssuredRestDocumentationConfigurer
Package
Description
Core classes for using Spring REST Docs with REST Assured.
-
Uses of RestAssuredRestDocumentationConfigurer in org.springframework.restdocs.restassured
Subclasses with type arguments of type RestAssuredRestDocumentationConfigurer in org.springframework.restdocs.restassuredModifier and TypeClassDescriptionfinal class
A configurer that can be used to configure the operation preprocessors when using REST Assured.final class
A REST Assured-specificRestDocumentationConfigurer
.final class
A configurer that can be used to configure the generated documentation snippets when using REST Assured.Methods in org.springframework.restdocs.restassured that return RestAssuredRestDocumentationConfigurerModifier and TypeMethodDescriptionRestAssuredRestDocumentation.documentationConfiguration
(RestDocumentationContextProvider contextProvider) Provides access to aRestAssuredRestDocumentationConfigurer
that can be used to configure Spring REST Docs using the givencontextProvider
.