Uses of Class
org.springframework.restdocs.config.SnippetConfigurer
Packages that use 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
Subclasses of SnippetConfigurer in org.springframework.restdocs.mockmvcModifier and TypeClassDescriptionfinal class
A configurer that can be used to configure the generated documentation snippets. -
Uses of SnippetConfigurer in org.springframework.restdocs.restassured
Subclasses of SnippetConfigurer in org.springframework.restdocs.restassuredModifier 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
Subclasses of SnippetConfigurer in org.springframework.restdocs.webtestclientModifier and TypeClassDescriptionclass
ASnippetConfigurer
for WebFlux that can be used to configure the generated documentation snippets.