jar

io.github.belgif.rest.problem : belgif-rest-problem

Maven & Gradle

Apr 16, 2024

Support classes for generating standardized problem types (https://www.belgif.be/specification/rest/api-guide/#standardized-problem-types).

Table Of Contents

Latest Version

Download io.github.belgif.rest.problem : belgif-rest-problem JAR file - Latest Versions:

All Versions

Download io.github.belgif.rest.problem : belgif-rest-problem JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window belgif-rest-problem-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.belgif.rest.problem

├─ io.github.belgif.rest.problem.BadGatewayProblem.class - [JAR]

├─ io.github.belgif.rest.problem.BadRequestProblem.class - [JAR]

├─ io.github.belgif.rest.problem.DefaultProblem.class - [JAR]

├─ io.github.belgif.rest.problem.ExpiredAccessTokenProblem.class - [JAR]

├─ io.github.belgif.rest.problem.InternalServerErrorProblem.class - [JAR]

├─ io.github.belgif.rest.problem.InvalidAccessTokenProblem.class - [JAR]

├─ io.github.belgif.rest.problem.MissingPermissionProblem.class - [JAR]

├─ io.github.belgif.rest.problem.MissingScopeProblem.class - [JAR]

├─ io.github.belgif.rest.problem.NoAccessTokenProblem.class - [JAR]

├─ io.github.belgif.rest.problem.PayloadTooLargeProblem.class - [JAR]

├─ io.github.belgif.rest.problem.ProblemModule.class - [JAR]

├─ io.github.belgif.rest.problem.ResourceNotFoundProblem.class - [JAR]

├─ io.github.belgif.rest.problem.ServiceUnavailableProblem.class - [JAR]

├─ io.github.belgif.rest.problem.TooManyFailedRequestsProblem.class - [JAR]

├─ io.github.belgif.rest.problem.TooManyRequestsProblem.class - [JAR]

io.github.belgif.rest.problem.registry

├─ io.github.belgif.rest.problem.registry.ProblemTypeRegistry.class - [JAR]

io.github.belgif.rest.problem.validation

├─ io.github.belgif.rest.problem.validation.AbstractMultiInputValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.AbstractSingleInputValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.AnyOfValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.Checksum.class - [JAR]

├─ io.github.belgif.rest.problem.validation.EnterpriseNumberValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.EqualValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.EstablishmentUnitNumberValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.ExactlyOneOfValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.IncompleteDateValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.InputValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.PeriodMultiInputValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.PeriodValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.RefDataCollectionValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.RefDataPredicateValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.RejectedInputValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.RequestValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.RequiredInputValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.SsinValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.TimeReflectionUtil.class - [JAR]

├─ io.github.belgif.rest.problem.validation.YearMonthValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.ZeroOrAllOfValidator.class - [JAR]

├─ io.github.belgif.rest.problem.validation.ZeroOrExactlyOneOfValidator.class - [JAR]

io.github.belgif.rest.problem.api

├─ io.github.belgif.rest.problem.api.ClientProblem.class - [JAR]

├─ io.github.belgif.rest.problem.api.HttpResponseHeaders.class - [JAR]

├─ io.github.belgif.rest.problem.api.InEnum.class - [JAR]

├─ io.github.belgif.rest.problem.api.Input.class - [JAR]

├─ io.github.belgif.rest.problem.api.InputValidationIssue.class - [JAR]

├─ io.github.belgif.rest.problem.api.InputValidationIssues.class - [JAR]

├─ io.github.belgif.rest.problem.api.InputValidationProblem.class - [JAR]

├─ io.github.belgif.rest.problem.api.InvalidParam.class - [JAR]

├─ io.github.belgif.rest.problem.api.InvalidParamProblem.class - [JAR]

├─ io.github.belgif.rest.problem.api.Problem.class - [JAR]

├─ io.github.belgif.rest.problem.api.ProblemType.class - [JAR]

├─ io.github.belgif.rest.problem.api.RetryAfter.class - [JAR]

├─ io.github.belgif.rest.problem.api.RetryAfterClientProblem.class - [JAR]

├─ io.github.belgif.rest.problem.api.RetryAfterServerProblem.class - [JAR]

├─ io.github.belgif.rest.problem.api.ServerProblem.class - [JAR]