Uses of Interface
io.github.belgif.rest.problem.spring.client.ProblemResponseErrorHandler
Packages that use ProblemResponseErrorHandler
Package
Description
-
Uses of ProblemResponseErrorHandler in io.github.belgif.rest.problem.spring.boot.client
Methods in io.github.belgif.rest.problem.spring.boot.client that return ProblemResponseErrorHandlerModifier and TypeMethodDescriptionClientProblemAutoConfiguration.problemResponseErrorHandler(tools.jackson.databind.ObjectMapper objectMapper) Methods in io.github.belgif.rest.problem.spring.boot.client with parameters of type ProblemResponseErrorHandlerModifier and TypeMethodDescriptionClientProblemAutoConfiguration.RestClientProblemConfiguration.problemRestClientCustomizer(ProblemResponseErrorHandler problemResponseErrorHandler) ClientProblemAutoConfiguration.RestTemplateProblemConfiguration.problemRestTemplateCustomizer(ProblemResponseErrorHandler problemResponseErrorHandler) Constructors in io.github.belgif.rest.problem.spring.boot.client with parameters of type ProblemResponseErrorHandlerModifierConstructorDescriptionprotectedProblemRestClientCustomizer(ProblemResponseErrorHandler errorHandler) ProblemRestTemplateCustomizer(ProblemResponseErrorHandler 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.