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 avro-registry-adapter-lib-test-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
test.fixture
├─ test.fixture.SampleEvent.class - [JAR]
├─ test.fixture.SampleEventWithAdditionalFieldWithDefault.class - [JAR]
io.holixon.avro.lib.test.schema
├─ io.holixon.avro.lib.test.schema.SampleEventV4711.class - [JAR]
├─ io.holixon.avro.lib.test.schema.SampleEventV4712.class - [JAR]
├─ io.holixon.avro.lib.test.schema.SampleEventV4713.class - [JAR]
├─ io.holixon.avro.lib.test.schema.SampleEventsKt.class - [JAR]
├─ io.holixon.avro.lib.test.schema.TestSchemaData.class - [JAR]
├─ io.holixon.avro.lib.test.schema.TestSchemaDataProvider.class - [JAR]
io.holixon.avro.lib.test
├─ io.holixon.avro.lib.test.AvroAdapterTestLib.class - [JAR]