Index
All Classes and Interfaces|All Packages
A
- AutoConfigureWebTestClient - Annotation Interface in org.springframework.boot.webtestclient.autoconfigure
-
Annotation that can be applied to a test class to enable a
WebTestClient.
C
- customize(WebTestClient.Builder) - Method in class org.springframework.boot.webtestclient.autoconfigure.SpringBootWebTestClientBuilderCustomizer
- customize(WebTestClient.Builder) - Method in interface org.springframework.boot.webtestclient.autoconfigure.WebTestClientBuilderCustomizer
-
Customize the given
builder.
O
- org.springframework.boot.webtestclient.autoconfigure - package org.springframework.boot.webtestclient.autoconfigure
-
Auto-configuration for WebTestClient.
S
- setTimeout(Duration) - Method in class org.springframework.boot.webtestclient.autoconfigure.SpringBootWebTestClientBuilderCustomizer
- SpringBootWebTestClientBuilderCustomizer - Class in org.springframework.boot.webtestclient.autoconfigure
-
WebTestClientBuilderCustomizerfor a typical Spring Boot application. - SpringBootWebTestClientBuilderCustomizer(Collection) - Constructor for class org.springframework.boot.webtestclient.autoconfigure.SpringBootWebTestClientBuilderCustomizer
-
Create a new
SpringBootWebTestClientBuilderCustomizerthat will configure the builder's codecs using the givencodecCustomizers.
T
- timeout() - Element in annotation interface org.springframework.boot.webtestclient.autoconfigure.AutoConfigureWebTestClient
-
The timeout duration for the client (in any format handled by
Duration.parse(CharSequence)).
W
- WebTestClientAutoConfiguration - Class in org.springframework.boot.webtestclient.autoconfigure
-
Auto-configuration for
WebTestClient. - WebTestClientAutoConfiguration() - Constructor for class org.springframework.boot.webtestclient.autoconfigure.WebTestClientAutoConfiguration
- WebTestClientBuilderCustomizer - Interface in org.springframework.boot.webtestclient.autoconfigure
-
A customizer that can be implemented by beans wishing to customize the
WebTestClient.Builderto fine-tune its auto-configuration before aWebTestClientis created.
All Classes and Interfaces|All Packages