Index
All Classes and Interfaces|All Packages
A
- afterPropertiesSet() - Method in class org.springframework.boot.restdocs.test.autoconfigure.RestDocsMockMvcBuilderCustomizer
- afterTestMethod(TestContext) - Method in class org.springframework.boot.restdocs.test.autoconfigure.RestDocsTestExecutionListener
- AutoConfigureRestDocs - Annotation Interface in org.springframework.boot.restdocs.test.autoconfigure
-
Annotation that can be applied to a test class to enable and configure auto-configuration of Spring REST Docs.
B
- beforeTestMethod(TestContext) - Method in class org.springframework.boot.restdocs.test.autoconfigure.RestDocsTestExecutionListener
C
- customize(MockMvcRestDocumentationConfigurer) - Method in interface org.springframework.boot.restdocs.test.autoconfigure.RestDocsMockMvcConfigurationCustomizer
-
Customize the given
configurer. - customize(WebTestClientRestDocumentationConfigurer) - Method in interface org.springframework.boot.restdocs.test.autoconfigure.RestDocsWebTestClientConfigurationCustomizer
-
Customize the given
configurer. - customize(ConfigurableMockMvcBuilder) - Method in class org.springframework.boot.restdocs.test.autoconfigure.RestDocsMockMvcBuilderCustomizer
G
- getOrder() - Method in class org.springframework.boot.restdocs.test.autoconfigure.RestDocsTestExecutionListener
- getUriHost() - Method in class org.springframework.boot.restdocs.test.autoconfigure.RestDocsProperties
- getUriPort() - Method in class org.springframework.boot.restdocs.test.autoconfigure.RestDocsProperties
- getUriScheme() - Method in class org.springframework.boot.restdocs.test.autoconfigure.RestDocsProperties
O
- org.springframework.boot.restdocs.test.autoconfigure - package org.springframework.boot.restdocs.test.autoconfigure
-
Auto-configuration for tests using Spring REST Docs.
- outputDir() - Element in annotation interface org.springframework.boot.restdocs.test.autoconfigure.AutoConfigureRestDocs
-
The output directory to which generated snippets will be written.
R
- RestDocsAutoConfiguration - Class in org.springframework.boot.restdocs.test.autoconfigure
-
Auto-configurationfor Spring REST Docs. - RestDocsAutoConfiguration() - Constructor for class org.springframework.boot.restdocs.test.autoconfigure.RestDocsAutoConfiguration
- RestDocsMockMvcBuilderCustomizer - Class in org.springframework.boot.restdocs.test.autoconfigure
-
A
MockMvcBuilderCustomizerthat configures Spring REST Docs. - RestDocsMockMvcConfigurationCustomizer - Interface in org.springframework.boot.restdocs.test.autoconfigure
-
A customizer for
MockMvcRestDocumentationConfigurer. - RestDocsProperties - Class in org.springframework.boot.restdocs.test.autoconfigure
-
Configuration properties for Spring REST Docs.
- RestDocsProperties() - Constructor for class org.springframework.boot.restdocs.test.autoconfigure.RestDocsProperties
- RestDocsTestExecutionListener - Class in org.springframework.boot.restdocs.test.autoconfigure
-
A
TestExecutionListenerfor Spring REST Docs that removes the need for a@Rulewhen using JUnit or manual before and after test calls when using TestNG. - RestDocsTestExecutionListener() - Constructor for class org.springframework.boot.restdocs.test.autoconfigure.RestDocsTestExecutionListener
- RestDocsWebTestClientConfigurationCustomizer - Interface in org.springframework.boot.restdocs.test.autoconfigure
-
A customizer for
WebTestClientRestDocumentationConfigurer.
S
- setUriHost(String) - Method in class org.springframework.boot.restdocs.test.autoconfigure.RestDocsProperties
- setUriPort(Integer) - Method in class org.springframework.boot.restdocs.test.autoconfigure.RestDocsProperties
- setUriScheme(String) - Method in class org.springframework.boot.restdocs.test.autoconfigure.RestDocsProperties
U
- uriHost() - Element in annotation interface org.springframework.boot.restdocs.test.autoconfigure.AutoConfigureRestDocs
-
The host to be used in documented URIs.
- uriPort() - Element in annotation interface org.springframework.boot.restdocs.test.autoconfigure.AutoConfigureRestDocs
-
The port to be used in documented URIs.
- uriScheme() - Element in annotation interface org.springframework.boot.restdocs.test.autoconfigure.AutoConfigureRestDocs
-
The scheme (typically
httporhttps) to be used in documented URIs.
V
- value() - Element in annotation interface org.springframework.boot.restdocs.test.autoconfigure.AutoConfigureRestDocs
-
The output directory to which generated snippets will be written.
All Classes and Interfaces|All Packages