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 TypeClassDescriptionclassHTTP 400: Bad Request (https://www.belgif.be/specification/rest/api-guide/problems/badRequest.html)classHTTP 403: Missing Permission (https://www.belgif.be/specification/rest/api-guide/problems/missingPermission.html)classHTTP 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 TypeInterfaceDescriptioninterfaceFluentInputValidationProblem<SELF extends InputValidationProblem & FluentInputValidationProblem<SELF>>Provides default methods with fluent InputValidationProblem properties (issues).