Interface RestDocsRestAssuredConfigurationCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A customizer for
RestAssuredRestDocumentationConfigurer
. If a
RestDocsRestAssuredConfigurationCustomizer
bean is found in the application
context it will be called
to customize the
RestAssuredRestDocumentationConfigurer
before it is applied. Intended for use
only when the attributes on @AutoConfigureRestDocs
do not
provide sufficient customization.- Since:
- 2.0.0
- Author:
- EddĂș MelĂ©ndez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(org.springframework.restdocs.restassured.RestAssuredRestDocumentationConfigurer configurer) Customize the givenconfigurer
.
-
Method Details
-
customize
void customize(org.springframework.restdocs.restassured.RestAssuredRestDocumentationConfigurer configurer) Customize the givenconfigurer
.- Parameters:
configurer
- the configurer
-