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 TypeClassDescriptionclassSpring's default implementation of theResponseErrorHandlerinterface.classImplementation ofResponseErrorHandlerthat usesHttpMessageConvertersto convert HTTP error responses toRestClientExceptions.Methods in org.springframework.web.client that return ResponseErrorHandlerMethods in org.springframework.web.client with parameters of type ResponseErrorHandlerModifier and TypeMethodDescriptionvoidRestTemplate.setErrorHandler(ResponseErrorHandler errorHandler) Set the error handler.