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 schemaregistry-serializers-json-0.5.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.pravega.schemaregistry.serializer.json.schemas
├─ io.pravega.schemaregistry.serializer.json.schemas.JSONSchema.class - [JAR]
io.pravega.schemaregistry.serializer.json.impl
├─ io.pravega.schemaregistry.serializer.json.impl.JsonDeserializer.class - [JAR]
├─ io.pravega.schemaregistry.serializer.json.impl.JsonGenericDeserializer.class - [JAR]
├─ io.pravega.schemaregistry.serializer.json.impl.JsonSerializer.class - [JAR]
├─ io.pravega.schemaregistry.serializer.json.impl.JsonSerializerFactory.class - [JAR]
├─ io.pravega.schemaregistry.serializer.json.impl.JsonStringDeserializer.class - [JAR]