public class SpringBootWebTestClientBuilderCustomizer extends ObjectSE implements WebTestClientBuilderCustomizer
WebTestClientBuilderCustomizer。通常、@AutoConfigureWebTestClient を介して自動的に適用されますが、直接使用することもできます。| コンストラクターと説明 |
|---|
SpringBootWebTestClientBuilderCustomizer(CollectionSE<CodecCustomizer> codecCustomizers) 指定された codecCustomizers を使用してビルダーのコーデックを構成する新しい SpringBootWebTestClientBuilderCustomizer を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | customize(org.springframework.test.web.reactive.server.WebTestClient.Builder builder) 指定された builder をカスタマイズします。 |
void | setTimeout(DurationSE timeout) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic SpringBootWebTestClientBuilderCustomizer(CollectionSE<CodecCustomizer> codecCustomizers)
codecCustomizers を使用してビルダーのコーデックを構成する新しい SpringBootWebTestClientBuilderCustomizer を作成します。codecCustomizers - コーデックカスタマイザ public void setTimeout(DurationSE timeout)
public void customize(org.springframework.test.web.reactive.server.WebTestClient.Builder builder)
WebTestClientBuilderCustomizerbuilder をカスタマイズします。WebTestClientBuilderCustomizer の customize builder - ビルダー Copyright © 2019 Pivotal Software, Inc.. All rights reserved.