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 jsonschema-module-expressive-annotations-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.rew.json.schema.annotations
├─ io.github.rew.json.schema.annotations.AdditionalProperties.class - [JAR]
├─ io.github.rew.json.schema.annotations.Condition.class - [JAR]
├─ io.github.rew.json.schema.annotations.Examples.class - [JAR]
├─ io.github.rew.json.schema.annotations.RemoteRef.class - [JAR]
io.github.rew.json.schema
├─ io.github.rew.json.schema.ExpressiveSchemaModule.class - [JAR]
io.github.rew.json.schema.impl
├─ io.github.rew.json.schema.impl.AdditionalPropsSupplier.class - [JAR]
├─ io.github.rew.json.schema.impl.ConditionalFieldProvider.class - [JAR]
├─ io.github.rew.json.schema.impl.ConfigNamingStrategy.class - [JAR]
├─ io.github.rew.json.schema.impl.DynamicRefs.class - [JAR]
├─ io.github.rew.json.schema.impl.ExamplesProvider.class - [JAR]
├─ io.github.rew.json.schema.impl.RemoteRefProvider.class - [JAR]