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 jpa-querydsl-spring-boot-starter-2.5.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.uinio.jpa.config
├─ com.github.uinio.jpa.config.QuerydslAutoConfig.class - [JAR]
com.github.uinio.jpa.utils
├─ com.github.uinio.jpa.utils.EntityUtils.class - [JAR]
├─ com.github.uinio.jpa.utils.IgnoreNullUtils.class - [JAR]
├─ com.github.uinio.jpa.utils.KeyUtils.class - [JAR]
com.github.uinio.jpa.service
├─ com.github.uinio.jpa.service.JpaService.class - [JAR]
├─ com.github.uinio.jpa.service.JpaServiceImpl.class - [JAR]
├─ com.github.uinio.jpa.service.PageResult.class - [JAR]