Uses of Class
org.springframework.restdocs.config.SnippetConfigurer
Package
Description
Core classes for using Spring REST Docs with Spring Test's MockMvc.
Core classes for using Spring REST Docs with REST Assured.
Core classes for using Spring REST Docs with Spring Framework's WebTestClient.
-
Uses of SnippetConfigurer in org.springframework.restdocs.mockmvc
Modifier and TypeClassDescriptionfinal class
A configurer that can be used to configure the generated documentation snippets. -
Uses of SnippetConfigurer in org.springframework.restdocs.restassured
Modifier and TypeClassDescriptionfinal class
A configurer that can be used to configure the generated documentation snippets when using REST Assured. -
Uses of SnippetConfigurer in org.springframework.restdocs.webtestclient
Modifier and TypeClassDescriptionclass
ASnippetConfigurer
for WebFlux that can be used to configure the generated documentation snippets.