Uses of Interface
org.springframework.web.client.RestClient.RequestBodyUriSpec
Packages that use RestClient.RequestBodyUriSpec
-
Uses of RestClient.RequestBodyUriSpec in org.springframework.web.client
Methods in org.springframework.web.client that return RestClient.RequestBodyUriSpecModifier and TypeMethodDescriptionRestClient.method(HttpMethod method) Start building a request for the givenHttpMethod.RestClient.patch()Start building an HTTP PATCH request.RestClient.post()Start building an HTTP POST request.RestClient.put()Start building an HTTP PUT request.