Uses of Class
io.github.belgif.rest.problem.BadRequestProblem
Packages that use BadRequestProblem
-
Uses of BadRequestProblem in io.github.belgif.rest.problem.spring
Methods in io.github.belgif.rest.problem.spring that return BadRequestProblemModifier and TypeMethodDescriptionprotected abstract BadRequestProblemAbstractRoutingExceptionsHandler.toBadRequestProblem(T mismatchedInputException) protected BadRequestProblemRoutingExceptionsHandler.toBadRequestProblem(tools.jackson.databind.exc.MismatchedInputException mismatchedInputException) -
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.