Uses of Interface
org.springframework.web.client.ResponseErrorHandler
Packages that use ResponseErrorHandler
-
Uses of ResponseErrorHandler in org.springframework.web.client
Classes in org.springframework.web.client that implement ResponseErrorHandlerModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.as of 7.1 in favor ofRestClient.ResponseSpec.ErrorHandlerfinal classDeprecated, for removal: This API element is subject to removal in a future version.as of 7.1 in favor ofRestClient.ResponseSpec.ErrorHandlerMethods in org.springframework.web.client that return ResponseErrorHandlerModifier and TypeMethodDescriptionRestTemplate.getErrorHandler()Deprecated, for removal: This API element is subject to removal in a future version.Return the error handler.Methods in org.springframework.web.client with parameters of type ResponseErrorHandlerModifier and TypeMethodDescriptionRestClient.Builder.defaultStatusHandler(ResponseErrorHandler errorHandler) Deprecated, for removal: This API element is subject to removal in a future version.as of 7.1 in favor ofRestClient.Builder.defaultStatusHandler(Predicate, ResponseSpec.ErrorHandler)RestClient.ResponseSpec.onStatus(ResponseErrorHandler errorHandler) Deprecated, for removal: This API element is subject to removal in a future version.as of 7.1 in favor ofRestClient.ResponseSpec.onStatus(Predicate, ErrorHandler)voidRestTemplate.setErrorHandler(ResponseErrorHandler errorHandler) Deprecated, for removal: This API element is subject to removal in a future version.Set the error handler.
RestClient.ResponseSpec.ErrorHandler