jar

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

Maven & Gradle

May 02, 2024

Validation library that generates Belgif-compliant BadRequestProblem with InputValidationIssues (https://www.belgif.be/specification/rest/api-guide/#bad-request).

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
0.2.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-validator-0.2.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.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.RangeValidator.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]