Class RoutingExceptionsJackson3Handler
java.lang.Object
io.github.belgif.rest.problem.spring.server.AbstractRoutingExceptionsHandler<tools.jackson.core.JacksonException>
io.github.belgif.rest.problem.spring.server.RoutingExceptionsJackson3Handler
@RestControllerAdvice
@Order(1)
public class RoutingExceptionsJackson3Handler
extends AbstractRoutingExceptionsHandler<tools.jackson.core.JacksonException>
RestController exception handler for routing-related exceptions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BadRequestProblemtoBadRequestProblem(tools.jackson.core.JacksonException jacksonException) Methods inherited from class io.github.belgif.rest.problem.spring.server.AbstractRoutingExceptionsHandler
handleHttpMediaTypeNotAcceptable, handleHttpMediaTypeNotSupported, handleHttpMessageNotReadable, handleHttpRequestMethodNotSupported, handleMissingRequestHeaderException, handleMissingServletRequestParameterException, handleNoResourceFoundException
-
Constructor Details
-
RoutingExceptionsJackson3Handler
public RoutingExceptionsJackson3Handler()
-
-
Method Details
-
toBadRequestProblem
protected BadRequestProblem toBadRequestProblem(tools.jackson.core.JacksonException jacksonException) - Specified by:
toBadRequestProblemin classAbstractRoutingExceptionsHandler<tools.jackson.core.JacksonException>
-