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 TypeClassDescriptionclassOperationPreprocessorsConfigurer<PARENT,TYPE> A configurer that can be used to configure the default operation preprocessors.classSnippetConfigurer<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 classA configurer that can be used to configure the operation preprocessors.final classA configurer that can be used to configure the generated documentation snippets.classA 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 classA configurer that can be used to configure the operation preprocessors when using REST Assured.final classA 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 classA configurer that can be used to configure the operation preprocessors.classASnippetConfigurerfor WebFlux that can be used to configure the generated documentation snippets.