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 spring-boot-starter-sql-genie-common-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.genie.sql.data.access
├─ io.github.genie.sql.data.access.AbstractAccess.class - [JAR]
├─ io.github.genie.sql.data.access.Access.class - [JAR]
├─ io.github.genie.sql.data.access.AccessFacade.class - [JAR]
├─ io.github.genie.sql.data.access.AccessTypeUtil.class - [JAR]
├─ io.github.genie.sql.data.access.BaseAccess.class - [JAR]
├─ io.github.genie.sql.data.access.BaseAccessImpl.class - [JAR]
├─ io.github.genie.sql.data.access.BaseDbAccessConfiguration.class - [JAR]
├─ io.github.genie.sql.data.access.EntityIdTypeMismatchException.class - [JAR]
├─ io.github.genie.sql.data.access.TransactionalUpdate.class - [JAR]