Uses of Class
org.springframework.restdocs.config.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
Modifier 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
Modifier 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
Modifier 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
Modifier 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.