Merge pull request #22765 from izeye

* gh-22765:
  Mention configuration customizers for WebTestClient and RestAssured

Closes gh-22765
This commit is contained in:
Andy Wilkinson 2020-08-12 13:13:59 +01:00
commit 4f65f2e9f1
1 changed files with 5 additions and 1 deletions

View File

@ -41,12 +41,16 @@ import org.springframework.test.web.servlet.MockMvc;
* <p>
* Allows configuration of the output directory and the host, scheme, and port of
* generated URIs. When further configuration is required a
* {@link RestDocsMockMvcConfigurationCustomizer} bean can be used.
* {@link RestDocsMockMvcConfigurationCustomizer},
* {@link RestDocsWebTestClientConfigurationCustomizer}, or
* {@link RestDocsRestAssuredConfigurationCustomizer} bean can be used.
*
* @author Andy Wilkinson
* @since 1.4.0
* @see RestDocsAutoConfiguration
* @see RestDocsMockMvcConfigurationCustomizer
* @see RestDocsWebTestClientConfigurationCustomizer
* @see RestDocsRestAssuredConfigurationCustomizer
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)