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