Uses of Interface
org.springframework.test.web.reactive.server.WebTestClientConfigurer
Packages that use WebTestClientConfigurer
-
Uses of WebTestClientConfigurer in org.springframework.test.web.reactive.server
Classes in org.springframework.test.web.reactive.server that implement WebTestClientConfigurerModifier and TypeClassDescriptionfinal classWebTestClientConfigurerthat modifies WebFlux mock server requests by setting theirSslInfo.Methods in org.springframework.test.web.reactive.server with parameters of type WebTestClientConfigurerModifier and TypeMethodDescriptionWebTestClient.Builder.apply(WebTestClientConfigurer configurer) Apply the given configurer to this builder instance.WebTestClient.mutateWith(WebTestClientConfigurer configurer) Mutate theWebTestClient, apply the given configurer, and build a new instance.