Uses of Class
io.github.belgif.rest.problem.api.InvalidParam
Packages that use InvalidParam
-
Uses of InvalidParam in io.github.belgif.rest.problem
Constructors in io.github.belgif.rest.problem with parameters of type InvalidParamModifierConstructorDescriptionBadRequestProblem
(InvalidParam invalidParam) Deprecated.BadRequestProblem
(String detail, InvalidParam invalidParam) Deprecated.ResourceNotFoundProblem
(String resource, InvalidParam param) Deprecated. -
Uses of InvalidParam in io.github.belgif.rest.problem.api
Methods in io.github.belgif.rest.problem.api that return types with arguments of type InvalidParamMethods in io.github.belgif.rest.problem.api with parameters of type InvalidParamModifier and TypeMethodDescriptionvoid
InputValidationProblem.addInvalidParam
(InvalidParam invalidParam) Deprecated.void
InputValidationProblem.setInvalidParams
(InvalidParam... invalidParams) Deprecated.Method parameters in io.github.belgif.rest.problem.api with type arguments of type InvalidParamModifier and TypeMethodDescriptionvoid
InputValidationProblem.setInvalidParams
(List<InvalidParam> invalidParams) Deprecated.
BadRequestProblem(InputValidationIssue)