jar

com.github.kondaurovdev : json_schema_2.12

Maven & Gradle

Jul 04, 2017

json_schema · json_schema

Table Of Contents

Latest Version

Download com.github.kondaurovdev : json_schema_2.12 JAR file - Latest Versions:

All Versions

Download com.github.kondaurovdev : json_schema_2.12 JAR file - All Versions:

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

com.github.kondaurovdev.json_schema.types.variants.number

├─ com.github.kondaurovdev.json_schema.types.variants.number.NumBig.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.variants.number.NumFloat.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.variants.number.NumNorm.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.variants.number.NumSmall.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.variants.number.NumVal.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.variants.number.iNumSize.class - [JAR]

com.github.kondaurovdev.json_schema.providers

├─ com.github.kondaurovdev.json_schema.providers.SchemaProviderFromDir.class - [JAR]

├─ com.github.kondaurovdev.json_schema.providers.iSchemaProvider.class - [JAR]

com.github.kondaurovdev.json_schema

├─ com.github.kondaurovdev.json_schema.Config.class - [JAR]

├─ com.github.kondaurovdev.json_schema.Helper.class - [JAR]

├─ com.github.kondaurovdev.json_schema.JsonSchemaService.class - [JAR]

com.github.kondaurovdev.json_schema.types.variants

├─ com.github.kondaurovdev.json_schema.types.variants.AnyVal.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.variants.ArrVal.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.variants.BoolVal.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.variants.ConstVal.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.variants.EnumVal.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.variants.StrVal.class - [JAR]

com.github.kondaurovdev.json_schema.wrapper

├─ com.github.kondaurovdev.json_schema.wrapper.SchemaWrapper.class - [JAR]

├─ com.github.kondaurovdev.json_schema.wrapper.iSchemaWrapper.class - [JAR]

com.github.kondaurovdev.json_schema.definitions

├─ com.github.kondaurovdev.json_schema.definitions.GroupReader.class - [JAR]

├─ com.github.kondaurovdev.json_schema.definitions.SchemaDef.class - [JAR]

com.github.kondaurovdev.json_schema.types.variants.obj

├─ com.github.kondaurovdev.json_schema.types.variants.obj.ObjProp.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.variants.obj.ObjVal.class - [JAR]

com.github.kondaurovdev.json_schema.types.wrappers

├─ com.github.kondaurovdev.json_schema.types.wrappers.AnyOf.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.wrappers.FirstOf.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.wrappers.FirstOfSchema.class - [JAR]

com.github.kondaurovdev.json_schema.types

├─ com.github.kondaurovdev.json_schema.types.Api.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.GenericSchema.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.SchemaPath.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.iSchema.class - [JAR]

com.github.kondaurovdev.json_schema.types.variants.time

├─ com.github.kondaurovdev.json_schema.types.variants.time.DateVal.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.variants.time.DatetimeVal.class - [JAR]

├─ com.github.kondaurovdev.json_schema.types.variants.time.TimeVal.class - [JAR]

Advertisement