@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value={org.springframework.web.reactive.function.client.WebClient.class,org.springframework.test.web.reactive.server.WebTestClient.class}) @AutoConfigureAfter(value={CodecsAutoConfiguration.class,WebFluxAutoConfiguration.class}) @Import(value=org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientSecurityConfiguration.class) @EnableConfigurationProperties public class WebTestClientAutoConfiguration extends ObjectSE
WebTestClient の自動構成。| コンストラクターと説明 |
|---|
WebTestClientAutoConfiguration() |
| 修飾子と型 | メソッドと説明 |
|---|---|
SpringBootWebTestClientBuilderCustomizer | springBootWebTestClientBuilderCustomizer(org.springframework.beans.factory.ObjectProvider<CodecCustomizer> codecCustomizers) |
org.springframework.test.web.reactive.server.WebTestClient | webTestClient(org.springframework.context.ApplicationContext applicationContext, ListSE<WebTestClientBuilderCustomizer> customizers, ListSE<org.springframework.test.web.reactive.server.MockServerConfigurer> configurers) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE@Bean @ConditionalOnMissingBean @ConditionalOnBean(value=org.springframework.web.server.WebHandler.class) public org.springframework.test.web.reactive.server.WebTestClient webTestClient(org.springframework.context.ApplicationContext applicationContext, ListSE<WebTestClientBuilderCustomizer> customizers, ListSE<org.springframework.test.web.reactive.server.MockServerConfigurer> configurers)
@Bean @ConfigurationProperties(prefix="spring.test.webtestclient") public SpringBootWebTestClientBuilderCustomizer springBootWebTestClientBuilderCustomizer(org.springframework.beans.factory.ObjectProvider<CodecCustomizer> codecCustomizers)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.