jar

se.hiq.oss.commons : json-schema-discovery

Maven & Gradle

Apr 25, 2018

JSON Schema Discovery · Auto-detected JSON schema classes and provide a repository for easy lookup

Table Of Contents

Latest Version

Download se.hiq.oss.commons : json-schema-discovery JAR file - Latest Versions:

All Versions

Download se.hiq.oss.commons : json-schema-discovery JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1

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-discovery-0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

se.hiq.oss.json.schema.repo

├─ se.hiq.oss.json.schema.repo.DuplicateJsonSchemaException.class - [JAR]

├─ se.hiq.oss.json.schema.repo.JsonSchemaRegistration.class - [JAR]

├─ se.hiq.oss.json.schema.repo.JsonSchemaRegistrationImpl.class - [JAR]

├─ se.hiq.oss.json.schema.repo.JsonSchemaRepository.class - [JAR]

├─ se.hiq.oss.json.schema.repo.JsonSchemaRepositoryFactory.class - [JAR]

├─ se.hiq.oss.json.schema.repo.JsonSchemaRepositoryFactoryImpl.class - [JAR]

├─ se.hiq.oss.json.schema.repo.JsonSchemaRepositoryImpl.class - [JAR]

se.hiq.oss.json.schema

├─ se.hiq.oss.json.schema.JsonSchema.class - [JAR]

├─ se.hiq.oss.json.schema.JsonSchemaDiscoverer.class - [JAR]

se.hiq.oss.json.schema.validation.impl

├─ se.hiq.oss.json.schema.validation.impl.AbstractJsonValidator.class - [JAR]

├─ se.hiq.oss.json.schema.validation.impl.JsonSchemaNodeValidatorImpl.class - [JAR]

├─ se.hiq.oss.json.schema.validation.impl.JsonSchemaStringValidatorImpl.class - [JAR]

├─ se.hiq.oss.json.schema.validation.impl.JsonSchemaValidator.class - [JAR]

se.hiq.oss.json.schema.validation

├─ se.hiq.oss.json.schema.validation.InvalidJsonException.class - [JAR]

├─ se.hiq.oss.json.schema.validation.ValidJson.class - [JAR]

Advertisement