インターフェースの使用
org.springframework.web.client.RestClient
RestClient を使用するパッケージ
パッケージ
説明
クライアント側の Web サポートのコアパッケージ。
org.springframework.web.client パッケージをサポートするクラス。org.springframework.web.client 内の RestClient 使用
RestClient を返す org.springframework.web.client のメソッド修飾子と型メソッド説明RestClient.Builder.build()RestClientインスタンスをビルドします。static RestClientRestClient.create()新しいRestClientを作成します。static RestClientデフォルトのベース URL を受け入れるcreate()のバリアント。static RestClientデフォルトのベースURIを受け入れるcreate()のバリアント。static RestClientRestClient.create(RestTemplate restTemplate) 指定されたRestTemplateの構成に基づいて新しいRestClientを作成します。org.springframework.web.client.support 内の RestClient 使用
型 RestClient のパラメーターを持つ org.springframework.web.client.support のメソッド修飾子と型メソッド説明static RestClientAdapterRestClientAdapter.create(RestClient restClient) 指定されたRestClientのRestClientAdapterを作成します。