Uses of Interface
io.github.belgif.rest.problem.api.FluentInputValidationProblem
Packages that use FluentInputValidationProblem
-
Uses of FluentInputValidationProblem in io.github.belgif.rest.problem
Classes in io.github.belgif.rest.problem that implement FluentInputValidationProblemModifier and TypeClassDescriptionclass
HTTP 400: Bad Request (https://www.belgif.be/specification/rest/api-guide/problems/badRequest.html)class
HTTP 403: Missing Permission (https://www.belgif.be/specification/rest/api-guide/problems/missingPermission.html)class
HTTP 404: Resource Not Found (https://www.belgif.be/specification/rest/api-guide/problems/resourceNotFound.html) -
Uses of FluentInputValidationProblem in io.github.belgif.rest.problem.api
Classes in io.github.belgif.rest.problem.api with type parameters of type FluentInputValidationProblemModifier and TypeInterfaceDescriptioninterface
FluentInputValidationProblem<SELF extends InputValidationProblem & FluentInputValidationProblem<SELF>>
Provides default methods with fluent InputValidationProblem properties (issues).