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 jooq-test-codegen-jpa-entities-3.12.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jooq.codegen.test.jpa.converters
├─ org.jooq.codegen.test.jpa.converters.YearConverter.class - [JAR]
org.jooq.codegen.test.jpa.embeddables
├─ org.jooq.codegen.test.jpa.embeddables.Title.class - [JAR]
org.jooq.codegen.test.jpa.entities
├─ org.jooq.codegen.test.jpa.entities.Actor.class - [JAR]
├─ org.jooq.codegen.test.jpa.entities.Film.class - [JAR]
├─ org.jooq.codegen.test.jpa.entities.Language.class - [JAR]