jar

io.zeko : zeko-validator

Maven & Gradle

Dec 12, 2020
1 usages
1 stars

A Java validation library by providing a fluent API and abstracting away the conditional constructs of the language. This is consider a rewrite base on validly to focus on validating raw string inputs from HTTP request with more than 100 preset validation rules. The library had been used in various Kotlin based project as well.

Table Of Contents

Latest Version

Download io.zeko : zeko-validator JAR file - Latest Versions:

All Versions

Download io.zeko : zeko-validator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.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 zeko-validator-1.1.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.zeko.validation

├─ io.zeko.validation.FailFastValidator.class - [JAR]

├─ io.zeko.validation.FlatNotification.class - [JAR]

├─ io.zeko.validation.Note.class - [JAR]

├─ io.zeko.validation.NoteAllValidator.class - [JAR]

├─ io.zeko.validation.NoteFirstValidator.class - [JAR]

├─ io.zeko.validation.Notification.class - [JAR]

├─ io.zeko.validation.PreCondition.class - [JAR]

├─ io.zeko.validation.PreConditionInteger.class - [JAR]

├─ io.zeko.validation.PreConditionString.class - [JAR]

├─ io.zeko.validation.PredicateUtil.class - [JAR]

├─ io.zeko.validation.RuleSet.class - [JAR]

├─ io.zeko.validation.Then.class - [JAR]

├─ io.zeko.validation.ValidationEngine.class - [JAR]

├─ io.zeko.validation.ValidationEngineInteger.class - [JAR]

├─ io.zeko.validation.ValidationEngineString.class - [JAR]

├─ io.zeko.validation.Validator.class - [JAR]

io.zeko.validation.excpetion

├─ io.zeko.validation.excpetion.ValidationErrorException.class - [JAR]

Advertisement

Dependencies from Group

Apr 16, 2022
2 usages
97 stars
Dec 12, 2020
1 usages
1 stars
Jul 28, 2021
1 usages
16 stars
Nov 22, 2022
18 stars

Discover Dependencies