Uses of Class
io.github.belgif.rest.problem.BadRequestProblem
Packages that use BadRequestProblem
Package
Description
-
Uses of BadRequestProblem in io.github.belgif.rest.problem.spring.server
Methods in io.github.belgif.rest.problem.spring.server that return BadRequestProblemModifier and TypeMethodDescriptionprotected abstract BadRequestProblemAbstractRoutingExceptionsHandler.toBadRequestProblem(T jacksonException) protected BadRequestProblemRoutingExceptionsJackson2Handler.toBadRequestProblem(com.fasterxml.jackson.core.JacksonException jacksonException) protected BadRequestProblemRoutingExceptionsJackson3Handler.toBadRequestProblem(tools.jackson.core.JacksonException jacksonException) -
Uses of BadRequestProblem in io.github.belgif.rest.problem.validation
Methods in io.github.belgif.rest.problem.validation that throw BadRequestProblemModifier and TypeMethodDescriptionvoidAbstractRequestValidator.validate()Perform all configured validations.