Uses of Class
org.springframework.restdocs.config.AbstractNestedConfigurer
Packages that use AbstractNestedConfigurer
Package
Description
Classes for configuring Spring REST Docs.
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 AbstractNestedConfigurer in org.springframework.restdocs.config
Subclasses of AbstractNestedConfigurer in org.springframework.restdocs.configModifier and TypeClassDescriptionclass
OperationPreprocessorsConfigurer<PARENT,
TYPE> A configurer that can be used to configure the default operation preprocessors.class
SnippetConfigurer<PARENT,
TYPE> A configurer that can be used to configure the generated documentation snippets. -
Uses of AbstractNestedConfigurer in org.springframework.restdocs.mockmvc
Subclasses of AbstractNestedConfigurer in org.springframework.restdocs.mockmvcModifier and TypeClassDescriptionfinal class
A configurer that can be used to configure the operation preprocessors.final class
A configurer that can be used to configure the generated documentation snippets.class
A configurer that can be used to configure the documented URIs. -
Uses of AbstractNestedConfigurer in org.springframework.restdocs.restassured
Subclasses of AbstractNestedConfigurer in org.springframework.restdocs.restassuredModifier and TypeClassDescriptionfinal class
A configurer that can be used to configure the operation preprocessors when using REST Assured.final class
A configurer that can be used to configure the generated documentation snippets when using REST Assured. -
Uses of AbstractNestedConfigurer in org.springframework.restdocs.webtestclient
Subclasses of AbstractNestedConfigurer in org.springframework.restdocs.webtestclientModifier and TypeClassDescriptionfinal class
A configurer that can be used to configure the operation preprocessors.class
ASnippetConfigurer
for WebFlux that can be used to configure the generated documentation snippets.