Uses of Interface
org.springframework.web.client.RestClient.ResponseSpec
-
Uses of RestClient.ResponseSpec in org.springframework.web.client
Modifier and TypeMethodDescriptionRestClient.ResponseSpec.onStatus
(Predicate<HttpStatusCode> statusPredicate, RestClient.ResponseSpec.ErrorHandler errorHandler) Provide a function to map specific error status codes to an error handler.RestClient.ResponseSpec.onStatus
(ResponseErrorHandler errorHandler) Provide a function to map specific error status codes to an error handler.RestClient.RequestHeadersSpec.retrieve()
Proceed to declare how to extract the response.