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 TypeMethodDescriptionvoidInputValidationProblem.addInvalidParam(InvalidParam invalidParam) Deprecated.voidInputValidationProblem.setInvalidParams(InvalidParam... invalidParams) Deprecated.Method parameters in io.github.belgif.rest.problem.api with type arguments of type InvalidParamModifier and TypeMethodDescriptionvoidInputValidationProblem.setInvalidParams(List<InvalidParam> invalidParams) Deprecated.
BadRequestProblem(InputValidationIssue)