Index

A C O S T W 
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
WebTestClientBuilderCustomizer for a typical Spring Boot application.
SpringBootWebTestClientBuilderCustomizer(Collection) - Constructor for class org.springframework.boot.webtestclient.autoconfigure.SpringBootWebTestClientBuilderCustomizer
Create a new SpringBootWebTestClientBuilderCustomizer that will configure the builder's codecs using the given codecCustomizers.

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.Builder to fine-tune its auto-configuration before a WebTestClient is created.
A C O S T W 
All Classes and Interfaces|All Packages