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 postgres-as-document-db-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
entity.annotations
├─ entity.annotations.Entity.class - [JAR]
dao
├─ dao.EntityDAO.class - [JAR]
├─ dao.PSQLJsonBException.class - [JAR]
entity.domain
├─ entity.domain.Entity.class - [JAR]
├─ entity.domain.Filter.class - [JAR]
jdbc
├─ jdbc.Connection.class - [JAR]
├─ jdbc.ConnectionException.class - [JAR]
├─ jdbc.ConnectionFactory.class - [JAR]
entity
├─ entity.EntityFilter.class - [JAR]
├─ entity.EntityService.class - [JAR]
├─ entity.ObjectToEntity.class - [JAR]