@FunctionalInterface public interface WebTestClientBuilderCustomizer
WebTestClient.Builder
. Any WebTestClientBuilderCustomizer
beans
found in the application context will be called
to customize the
auto-configured WebTestClient.Builder
.WebTestClientAutoConfiguration
Modifier and Type | Method and Description |
---|---|
void |
customize(org.springframework.test.web.reactive.server.WebTestClient.Builder builder)
Customize the given
builder . |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.