@FunctionalInterface public interface RestDocsRestAssuredConfigurationCustomizer
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.| Modifier and Type | Method and Description | 
|---|---|
| void | customize(org.springframework.restdocs.restassured3.RestAssuredRestDocumentationConfigurer configurer)Customize the given  configurer. |