jar

io.github.belmomusta : validation

Maven & Gradle

Jun 08, 2020
4 stars

Java object validation · Validation of java objects using criteria and annotations

Table Of Contents

Latest Version

Download io.github.belmomusta : validation JAR file - Latest Versions:

All Versions

Download io.github.belmomusta : validation JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1
1.0

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 validation-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.belmomusta.validation.criteria

├─ io.github.belmomusta.validation.criteria.Criteria.class - [JAR]

├─ io.github.belmomusta.validation.criteria.Criterion.class - [JAR]

io.github.belmomusta.validation.utils

├─ io.github.belmomusta.validation.utils.ArrayUtils.class - [JAR]

├─ io.github.belmomusta.validation.utils.ObjectUtils.class - [JAR]

├─ io.github.belmomusta.validation.utils.ReflectUtils.class - [JAR]

├─ io.github.belmomusta.validation.utils.ValidationUtils.class - [JAR]

io.github.belmomusta.validation.validator

├─ io.github.belmomusta.validation.validator.AbstractValidator.class - [JAR]

├─ io.github.belmomusta.validation.validator.AnnotationValidator.class - [JAR]

├─ io.github.belmomusta.validation.validator.CriteriaValidator.class - [JAR]

├─ io.github.belmomusta.validation.validator.ValidationReport.class - [JAR]

├─ io.github.belmomusta.validation.validator.ValidationReportItem.class - [JAR]

io.github.belmomusta.validation.annotation

├─ io.github.belmomusta.validation.annotation.Validation.class - [JAR]

io.github.belmomusta.validation.exception

├─ io.github.belmomusta.validation.exception.ValidationException.class - [JAR]

io.github.belmomusta.validation.enumeration

├─ io.github.belmomusta.validation.enumeration.ErrorMessage.class - [JAR]

├─ io.github.belmomusta.validation.enumeration.Operator.class - [JAR]