Uses of Interface
io.github.belgif.rest.problem.spring.client.ProblemResponseErrorHandler
Packages that use ProblemResponseErrorHandler
-
Uses of ProblemResponseErrorHandler in io.github.belgif.rest.problem.spring.client
Classes in io.github.belgif.rest.problem.spring.client that implement ProblemResponseErrorHandlerModifier and TypeClassDescriptionclassclassRestTemplate/RestClient error handler that converts problem responses to Problem exceptions.classRestTemplate/RestClient error handler that converts problem responses to Problem exceptions.Methods in io.github.belgif.rest.problem.spring.client that return ProblemResponseErrorHandlerModifier and TypeMethodDescriptionClientProblemAutoConfiguration.problemResponseErrorHandler(tools.jackson.databind.ObjectMapper objectMapper) Methods in io.github.belgif.rest.problem.spring.client with parameters of type ProblemResponseErrorHandlerModifier and TypeMethodDescriptionClientProblemAutoConfiguration.problemRestClientCustomizer(ProblemResponseErrorHandler problemResponseErrorHandler) ClientProblemAutoConfiguration.problemRestTemplateCustomizer(ProblemResponseErrorHandler problemResponseErrorHandler) Constructors in io.github.belgif.rest.problem.spring.client with parameters of type ProblemResponseErrorHandlerModifierConstructorDescriptionprotectedProblemRestClientCustomizer(ProblemResponseErrorHandler errorHandler) ProblemRestTemplateCustomizer(ProblemResponseErrorHandler problemResponseErrorHandler)