Interface RestDocsWebTestClientConfigurationCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface RestDocsWebTestClientConfigurationCustomizer
A customizer forWebTestClientRestDocumentationConfigurer. If aRestDocsWebTestClientConfigurationCustomizerbean is found in the application context it will becalledto customize theWebTestClientRestDocumentationConfigurerbefore it is applied. Intended for use only when the attributes onAutoConfigureRestDocsdo not provide sufficient customization.- Since:
- 2.0.0
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcustomize(org.springframework.restdocs.webtestclient.WebTestClientRestDocumentationConfigurer configurer)Customize the givenconfigurer.
Method Detail
customize
void customize(org.springframework.restdocs.webtestclient.WebTestClientRestDocumentationConfigurer configurer)
Customize the givenconfigurer.- Parameters:
configurer- the configurer