@FunctionalInterface public interface RestDocsMockMvcConfigurationCustomizer
MockMvcRestDocumentationConfigurer. If a
 RestDocsMockMvcConfigurationCustomizer bean is found in the application context
 it will be called to customize the
 MockMvcRestDocumentationConfigurer 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.mockmvc.MockMvcRestDocumentationConfigurer configurer)
Customize the given  
configurer. |