Uses of Class
org.springframework.restdocs.config.AbstractConfigurer
Packages that use AbstractConfigurer
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 AbstractConfigurer in org.springframework.restdocs.config
Classes in org.springframework.restdocs.config with type parameters of type AbstractConfigurerModifier and TypeClassDescriptionclass
RestDocumentationConfigurer<S extends AbstractConfigurer,
P extends AbstractConfigurer, T> Abstract base class for the configuration of Spring REST Docs.class
RestDocumentationConfigurer<S extends AbstractConfigurer,
P extends AbstractConfigurer, T> Abstract base class for the configuration of Spring REST Docs.Subclasses of AbstractConfigurer in org.springframework.restdocs.configModifier and TypeClassDescriptionclass
AbstractNestedConfigurer<PARENT>
Base class forNestedConfigurer
implementations.class
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 AbstractConfigurer in org.springframework.restdocs.mockmvc
Subclasses of AbstractConfigurer 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 AbstractConfigurer in org.springframework.restdocs.restassured
Subclasses of AbstractConfigurer 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 AbstractConfigurer in org.springframework.restdocs.webtestclient
Subclasses of AbstractConfigurer 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.