@FunctionalInterface public interface RestDocsWebTestClientConfigurationCustomizer
WebTestClientRestDocumentationConfigurer. If a
 RestDocsWebTestClientConfigurationCustomizer bean is found in the application
 context it will be called to customize the
 WebTestClientRestDocumentationConfigurer before it is applied. Intended for use
 only when the attributes on @AutoConfigureRestDocs do not
 provide sufficient customization.| Modifier and Type | Method and Description | 
|---|---|
| void | customize(org.springframework.restdocs.webtestclient.WebTestClientRestDocumentationConfigurer configurer)Customize the given  configurer. |