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-nextentity-common-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.nextentity.data.common
├─ io.github.nextentity.data.common.AbstractAccess.class - [JAR]
├─ io.github.nextentity.data.common.Access.class - [JAR]
├─ io.github.nextentity.data.common.AccessFacade.class - [JAR]
├─ io.github.nextentity.data.common.AccessTypeUtil.class - [JAR]
├─ io.github.nextentity.data.common.Accesses.class - [JAR]
├─ io.github.nextentity.data.common.EntityIdTypeMismatchException.class - [JAR]
├─ io.github.nextentity.data.common.ReadableAccess.class - [JAR]
├─ io.github.nextentity.data.common.TransactionalUpdate.class - [JAR]
├─ io.github.nextentity.data.common.WriteableAccess.class - [JAR]