jar

io.validly : Validly

Maven & Gradle

Aug 12, 2017
16 stars

Validly · Library that provides a way to create declarative validation logic with Java 8

Table Of Contents

Latest Version

Download io.validly : Validly JAR file - Latest Versions:

All Versions

Download io.validly : Validly 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 Validly-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.validly

├─ io.validly.FailFastValidator.class - [JAR]

├─ io.validly.FlatNotification.class - [JAR]

├─ io.validly.NoteAllValidator.class - [JAR]

├─ io.validly.NoteFirstValidator.class - [JAR]

├─ io.validly.Notification.class - [JAR]

├─ io.validly.PreCondition.class - [JAR]

├─ io.validly.PreConditionInteger.class - [JAR]

├─ io.validly.PreConditionString.class - [JAR]

├─ io.validly.PredicateUtil.class - [JAR]

├─ io.validly.Then.class - [JAR]

├─ io.validly.ValidationEngine.class - [JAR]

├─ io.validly.ValidationEngineInteger.class - [JAR]

├─ io.validly.ValidationEngineString.class - [JAR]

├─ io.validly.ValidlyNote.class - [JAR]

io.validly.excpetion

├─ io.validly.excpetion.ValidationErrorException.class - [JAR]

Advertisement