Uses of Class
io.github.belgif.rest.problem.api.InvalidParam
Packages that use InvalidParam
-
Uses of InvalidParam in io.github.belgif.rest.problem
Methods in io.github.belgif.rest.problem that return types with arguments of type InvalidParamModifier and TypeMethodDescriptionBadRequestProblem.getInvalidParams()Deprecated.ResourceNotFoundProblem.getInvalidParams()Deprecated.Method parameters in io.github.belgif.rest.problem with type arguments of type InvalidParamModifier and TypeMethodDescriptionvoidBadRequestProblem.setInvalidParams(List<InvalidParam> invalidParams) Deprecated.voidResourceNotFoundProblem.setInvalidParams(List<InvalidParam> invalidParams) Deprecated.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 TypeMethodDescriptionvoidInvalidParamProblem.addInvalidParam(InvalidParam invalidParam) Deprecated.voidInvalidParamProblem.setInvalidParams(InvalidParam... invalidParams) Deprecated.Method parameters in io.github.belgif.rest.problem.api with type arguments of type InvalidParamModifier and TypeMethodDescriptionvoidInvalidParamProblem.setInvalidParams(List<InvalidParam> invalidParams) Deprecated.
ResourceNotFoundProblem(String, InEnum, String, Object)