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-axon-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.holixon.avro.adapter.registry.axon
├─ io.holixon.avro.adapter.registry.axon.AxonAvroRegistry.class - [JAR]
├─ io.holixon.avro.adapter.registry.axon.AxonAvroRegistryConfiguration.class - [JAR]
├─ io.holixon.avro.adapter.registry.axon.AxonAvroRegistryConfigurationKt.class - [JAR]
├─ io.holixon.avro.adapter.registry.axon.EnableAxonAvroRegistry.class - [JAR]
io.holixon.avro.adapter.registry.axon.api
├─ io.holixon.avro.adapter.registry.axon.api.FindAllSchema.class - [JAR]
├─ io.holixon.avro.adapter.registry.axon.api.FindAllSchemaByCanonicalName.class - [JAR]
├─ io.holixon.avro.adapter.registry.axon.api.FindSchemaById.class - [JAR]
├─ io.holixon.avro.adapter.registry.axon.api.FindSchemaByInfo.class - [JAR]
├─ io.holixon.avro.adapter.registry.axon.api.RegisterAvroSchemaCommand.class - [JAR]
holixon.registry.event
├─ holixon.registry.event.AvroSchemaRegisteredEvent.class - [JAR]
io.holixon.avro.adapter.registry.axon.core
├─ io.holixon.avro.adapter.registry.axon.core.AvroRegistryProjection.class - [JAR]
├─ io.holixon.avro.adapter.registry.axon.core.AvroSchemaAggregate.class - [JAR]
├─ io.holixon.avro.adapter.registry.axon.core.RegisterAvroSchemaCommandHandler.class - [JAR]