インターフェースの使用
org.springframework.web.service.invoker.HttpExchangeAdapter
HttpExchangeAdapter を使用するパッケージ
パッケージ
説明
org.springframework.web.client パッケージをサポートするクラス。org.springframework.web.reactive.function.client パッケージをサポートするクラス。HttpExchange メソッドでアノテーションが付けられた HTTP サービスのクライアントプロキシを作成するためのサポート。org.springframework.web.client.support 内の HttpExchangeAdapter 使用
修飾子と型クラス説明final classfinal classorg.springframework.web.reactive.function.client.support 内の HttpExchangeAdapter 使用
修飾子と型クラス説明final classorg.springframework.web.service.invoker 内の HttpExchangeAdapter 使用
org.springframework.web.service.invoker 内の HttpExchangeAdapter サブインターフェース型 HttpExchangeAdapter のパラメーターを持つ org.springframework.web.service.invoker のメソッド修飾子と型メソッド説明HttpServiceProxyFactory.builderFor(HttpExchangeAdapter exchangeAdapter) 指定されたクライアントで初期化されたビルダーを返します。HttpServiceProxyFactory.Builder.exchangeAdapter(HttpExchangeAdapter adapter) リクエストを実行する HTTP クライアントを提供します。型 HttpExchangeAdapter のパラメーターを持つ org.springframework.web.service.invoker のコンストラクター修飾子コンストラクター説明RequestBodyArgumentResolver(HttpExchangeAdapter exchangeAdapter) 構成設定にアクセスするためのHttpExchangeAdapterを含むコンストラクター。RequestPartArgumentResolver(HttpExchangeAdapter exchangeAdapter) 構成設定にアクセスするためのHttpExchangeAdapterを含むコンストラクター。