Uses of Interface
org.springframework.web.client.RestClient
Package
Description
Core package of the client-side web support.
Classes supporting the
org.springframework.web.client
package.-
Uses of RestClient in org.springframework.web.client
Modifier and TypeMethodDescriptionRestClient.Builder.build()
Build theRestClient
instance.static RestClient
RestClient.create()
Create a newRestClient
.static RestClient
Variant ofcreate()
that accepts a default base URL.static RestClient
RestClient.create
(RestTemplate restTemplate) Create a newRestClient
based on the configuration of the givenRestTemplate
. -
Uses of RestClient in org.springframework.web.client.support
Modifier and TypeMethodDescriptionstatic RestClientAdapter
RestClientAdapter.create
(RestClient restClient) Create aRestClientAdapter
for the givenRestClient
.