Index
All Classes and Interfaces|All Packages
A
- AutoConfigureWebClient - Annotation Interface in org.springframework.boot.webclient.test.autoconfigure
-
Annotation that can be applied to a test class to enable auto-configuration of a
WebClient.Builder.
C
- components() - Element in annotation interface org.springframework.boot.webclient.test.autoconfigure.WebClientTest
-
Specifies the components to test.
E
- excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.webclient.test.autoconfigure.WebClientTest
-
Auto-configuration exclusions that should be applied for this test.
- excludeFilters() - Element in annotation interface org.springframework.boot.webclient.test.autoconfigure.WebClientTest
-
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
I
- includeFilters() - Element in annotation interface org.springframework.boot.webclient.test.autoconfigure.WebClientTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
O
- org.springframework.boot.webclient.test.autoconfigure - package org.springframework.boot.webclient.test.autoconfigure
-
Auto-configuration for web clients.
P
- properties() - Element in annotation interface org.springframework.boot.webclient.test.autoconfigure.WebClientTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs.
U
- useDefaultFilters() - Element in annotation interface org.springframework.boot.webclient.test.autoconfigure.WebClientTest
-
Determines if default filtering should be used with
@SpringBootApplication.
V
- value() - Element in annotation interface org.springframework.boot.webclient.test.autoconfigure.WebClientTest
-
Specifies the components to test.
W
- WebClientTest - Annotation Interface in org.springframework.boot.webclient.test.autoconfigure
-
Annotation for a Spring WebClient test that focuses only on beans that use
WebClient.Builder.
All Classes and Interfaces|All Packages