public class SpringBootWebTestClientBuilderCustomizer extends Object implements WebTestClientBuilderCustomizer
WebTestClientBuilderCustomizer for a typical Spring Boot application. Usually
 applied automatically via
 @AutoConfigureWebTestClient, but may also be used
 directly.| Constructor and Description | 
|---|
| SpringBootWebTestClientBuilderCustomizer(Collection<CodecCustomizer> codecCustomizers)Create a new  SpringBootWebTestClientBuilderCustomizerthat will configure
 the builder's codecs using the givencodecCustomizers. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | customize(WebTestClient.Builder builder)Customize the given  builder. | 
| void | setTimeout(Duration timeout) | 
public SpringBootWebTestClientBuilderCustomizer(Collection<CodecCustomizer> codecCustomizers)
SpringBootWebTestClientBuilderCustomizer that will configure
 the builder's codecs using the given codecCustomizers.codecCustomizers - the codec customizerspublic void setTimeout(Duration timeout)
public void customize(WebTestClient.Builder builder)
WebTestClientBuilderCustomizerbuilder.customize in interface WebTestClientBuilderCustomizerbuilder - the builder