jar

xyz.funjava.functional : validation

Maven & Gradle

Apr 29, 2018
8 stars

Funjava Typesafe Validation Library for Java 8 · This is a typesafe validation library with an aim on composition, reuse and safety. Tools are provided to create, compose or enrich validator while maintaining type safety.

Table Of Contents

Latest Version

Download xyz.funjava.functional : validation JAR file - Latest Versions:

All Versions

Download xyz.funjava.functional : validation JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 validation-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

xyz.funjava.functional.validation.fieldprovider

├─ xyz.funjava.functional.validation.fieldprovider.FieldFail.class - [JAR]

├─ xyz.funjava.functional.validation.fieldprovider.FieldProvider.class - [JAR]

├─ xyz.funjava.functional.validation.fieldprovider.MapStringProvider.class - [JAR]

├─ xyz.funjava.functional.validation.fieldprovider.SafeCast.class - [JAR]

├─ xyz.funjava.functional.validation.fieldprovider.StringProvider.class - [JAR]

xyz.funjava.functional.validation

├─ xyz.funjava.functional.validation.Composer.class - [JAR]

├─ xyz.funjava.functional.validation.Fail.class - [JAR]

├─ xyz.funjava.functional.validation.Validation.class - [JAR]

├─ xyz.funjava.functional.validation.Validator.class - [JAR]

Advertisement