Uses of Interface
io.github.belgif.rest.problem.api.FluentProblem
Packages that use FluentProblem
-
Uses of FluentProblem in io.github.belgif.rest.problem
Classes in io.github.belgif.rest.problem that implement FluentProblemModifier and TypeClassDescriptionclassHTTP 502: Bad Gateway (https://www.belgif.be/specification/rest/api-guide/problems/badGateway.html)classHTTP 400: Bad Request (https://www.belgif.be/specification/rest/api-guide/problems/badRequest.html)classDefault generic problem implementation class in case no specific type mapping was found.classHTTP 401: Expired Access Token (https://www.belgif.be/specification/rest/api-guide/problems/expiredAccessToken.html)classHTTP 500: Internal Server Error (https://www.belgif.be/specification/rest/api-guide/problems/internalServerError.html)classHTTP 401: Invalid Access Token (https://www.belgif.be/specification/rest/api-guide/problems/invalidAccessToken.html)classHTTP 403: Missing Permission (https://www.belgif.be/specification/rest/api-guide/problems/missingPermission.html)classHTTP 403: Missing Scope (https://www.belgif.be/specification/rest/api-guide/problems/missingScope.html)classHTTP 401: No Access Token (https://www.belgif.be/specification/rest/api-guide/problems/noAccessToken.html)classHTTP 413: Payload Too Large (https://www.belgif.be/specification/rest/api-guide/problems/payloadTooLarge.html)classHTTP 404: Resource Not Found (https://www.belgif.be/specification/rest/api-guide/problems/resourceNotFound.html)classHTTP 503: Service Unavailable (https://www.belgif.be/specification/rest/api-guide/problems/serviceUnavailable.html)classHTTP 429: Too Many Failed Requests (https://www.belgif.be/specification/rest/api-guide/problems/tooManyFailedRequests.html)classHTTP 429: Too Many Requests (https://www.belgif.be/specification/rest/api-guide/problems/tooManyRequests.html) -
Uses of FluentProblem in io.github.belgif.rest.problem.api
Classes in io.github.belgif.rest.problem.api with type parameters of type FluentProblemModifier and TypeInterfaceDescriptioninterfaceFluentProblem<SELF extends Problem & FluentProblem<SELF>>Provides default methods with fluent Problem properties (detail, href, instance, additionalProperty).Subinterfaces of FluentProblem in io.github.belgif.rest.problem.apiModifier and TypeInterfaceDescriptioninterfaceFluentInputValidationProblem<SELF extends InputValidationProblem & FluentInputValidationProblem<SELF>>Provides default methods with fluent InputValidationProblem properties (issues).interfaceFluentRetryAfterProblem<SELF extends Problem & RetryAfter & FluentRetryAfterProblem<SELF>>Provides default methods with fluent RetryAfter problem properties (retryAfter, retryAfterSec).