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 support-jpa-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.xjbpm.ultron.jpa
├─ cn.xjbpm.ultron.jpa.JpaAutoConfig.class - [JAR]
cn.xjbpm.ultron.jpa.auditor
├─ cn.xjbpm.ultron.jpa.auditor.CurrentAuditorAware.class - [JAR]
cn.xjbpm.ultron.jpa.converter
├─ cn.xjbpm.ultron.jpa.converter.AbstractJsonConverter.class - [JAR]
├─ cn.xjbpm.ultron.jpa.converter.DefaultJsonConverter.class - [JAR]
├─ cn.xjbpm.ultron.jpa.converter.LargeStringConverter.class - [JAR]
cn.xjbpm.ultron.jpa.entity
├─ cn.xjbpm.ultron.jpa.entity.BaseEntity.class - [JAR]
├─ cn.xjbpm.ultron.jpa.entity.BaseGlobalIdEntity.class - [JAR]
├─ cn.xjbpm.ultron.jpa.entity.BaseIncrementIdEntity.class - [JAR]
cn.xjbpm.ultron.jpa.identifier
├─ cn.xjbpm.ultron.jpa.identifier.GlobalIdentifierGenerator.class - [JAR]