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 for 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.
Since:
4.0.0
Author:
Roman Zaynetdinov