Uses of Interface
org.springframework.web.client.RestClient
Packages that use 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
Methods in org.springframework.web.client that return RestClientModifier 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
Variant ofcreate()
that accepts a default baseURI
.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
Methods in org.springframework.web.client.support with parameters of type RestClientModifier and TypeMethodDescriptionstatic RestClientAdapter
RestClientAdapter.create
(RestClient restClient) Create aRestClientAdapter
for the givenRestClient
.