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 quarkus-morphia-0.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.quarkiverse.morphia.runtime
├─ io.quarkiverse.morphia.runtime.Discriminator.class - [JAR]
├─ io.quarkiverse.morphia.runtime.MapperConfig.class - [JAR]
├─ io.quarkiverse.morphia.runtime.NamingStrategy.class - [JAR]
io.quarkiverse.morphia
├─ io.quarkiverse.morphia.MorphiaConfig.class - [JAR]
├─ io.quarkiverse.morphia.MorphiaRecorder.class - [JAR]