View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]