クラス RestClientHttpServiceGroupAdapter
java.lang.ObjectSE
org.springframework.web.client.support.RestClientHttpServiceGroupAdapter
- 実装されているすべてのインターフェース:
HttpServiceGroupAdapter<RestClient.Builder>
public class RestClientHttpServiceGroupAdapter
extends ObjectSE
implements HttpServiceGroupAdapter<RestClient.Builder>
RestClient によってサポートされているグループ用のアダプター。- 導入:
- 7.0
- 作成者:
- Rossen Stoyanchev
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明クライアントビルダーインスタンスを作成します。createExchangeAdapter(RestClient.Builder clientBuilder) クライアントビルダーを使用して、グループのHttpServiceProxyFactoryを初期化するために使用するHttpExchangeAdapterを作成します。ClassSE<? extends HttpServiceGroupConfigurer<RestClient.Builder>> このグループと互換性のあるコンフィギュレーターの型を返します。
コンストラクターの詳細
RestClientHttpServiceGroupAdapter
public RestClientHttpServiceGroupAdapter()
メソッドの詳細
createClientBuilder
インターフェースからコピーされた説明:HttpServiceGroupAdapterクライアントビルダーインスタンスを作成します。- 次で指定:
- インターフェース
HttpServiceGroupAdapter<RestClient.Builder>のcreateClientBuilder
getConfigurerType
インターフェースからコピーされた説明:HttpServiceGroupAdapterこのグループと互換性のあるコンフィギュレーターの型を返します。- 次で指定:
- インターフェース
HttpServiceGroupAdapter<RestClient.Builder>のgetConfigurerType
createExchangeAdapter
インターフェースからコピーされた説明:HttpServiceGroupAdapterクライアントビルダーを使用して、グループのHttpServiceProxyFactoryを初期化するために使用するHttpExchangeAdapterを作成します。- 次で指定:
- インターフェース
HttpServiceGroupAdapter<RestClient.Builder>のcreateExchangeAdapter