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 crnk-gen-runtime-3.4.20210509072026.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.crnk.gen.runtime
├─ io.crnk.gen.runtime.RuntimeContext.class - [JAR]
├─ io.crnk.gen.runtime.RuntimeMetaResolver.class - [JAR]
io.crnk.gen.runtime.reflections
├─ io.crnk.gen.runtime.reflections.ReflectionsMetaResolver.class - [JAR]
io.crnk.gen.runtime.cdi
├─ io.crnk.gen.runtime.cdi.CdiMetaResolver.class - [JAR]
├─ io.crnk.gen.runtime.cdi.CdiRunner.class - [JAR]
io.crnk.gen.runtime.spring
├─ io.crnk.gen.runtime.spring.SpringMetaResolver.class - [JAR]
├─ io.crnk.gen.runtime.spring.SpringRunner.class - [JAR]