jar

com.clivern : decoy

Maven & Gradle

Jun 22, 2021
0 stars

Decoy · JSON Schema Validation Package for Java.

Table Of Contents

Latest Version

Download com.clivern : decoy JAR file - Latest Versions:

All Versions

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

com.clivern.decoy

├─ com.clivern.decoy.Draft.class - [JAR]

├─ com.clivern.decoy.NodeDraft3.class - [JAR]

├─ com.clivern.decoy.NodeDraft4.class - [JAR]

├─ com.clivern.decoy.NodeDraft6.class - [JAR]

├─ com.clivern.decoy.NodeDraft7.class - [JAR]

├─ com.clivern.decoy.SchemaDraft3.class - [JAR]

├─ com.clivern.decoy.SchemaDraft4.class - [JAR]

├─ com.clivern.decoy.SchemaDraft6.class - [JAR]

├─ com.clivern.decoy.SchemaDraft7.class - [JAR]

├─ com.clivern.decoy.SchemaFactory.class - [JAR]

├─ com.clivern.decoy.SchemaInterface.class - [JAR]

├─ com.clivern.decoy.Validator.class - [JAR]

com.clivern.decoy.util

├─ com.clivern.decoy.util.FileReader.class - [JAR]

├─ com.clivern.decoy.util.Json.class - [JAR]

├─ com.clivern.decoy.util.Validate.class - [JAR]

com.clivern.decoy.constraint

├─ com.clivern.decoy.constraint.ArrayConstraint.class - [JAR]

├─ com.clivern.decoy.constraint.BooleanConstraint.class - [JAR]

├─ com.clivern.decoy.constraint.ConstraintInterface.class - [JAR]

├─ com.clivern.decoy.constraint.ConstraintType.class - [JAR]

├─ com.clivern.decoy.constraint.EnumConstraint.class - [JAR]

├─ com.clivern.decoy.constraint.IntegerConstraint.class - [JAR]

├─ com.clivern.decoy.constraint.NullConstraint.class - [JAR]

├─ com.clivern.decoy.constraint.NumberConstraint.class - [JAR]

├─ com.clivern.decoy.constraint.ObjectConstraint.class - [JAR]

├─ com.clivern.decoy.constraint.StringConstraint.class - [JAR]

├─ com.clivern.decoy.constraint.Type.class - [JAR]

com.clivern.decoy.exception

├─ com.clivern.decoy.exception.SchemaError.class - [JAR]

├─ com.clivern.decoy.exception.ValidationError.class - [JAR]

Advertisement