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 active-entity-1.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.swframework.core
├─ org.swframework.core.ApplicationContextProvider.class - [JAR]
org.swframework.core.persistence
├─ org.swframework.core.persistence.ActiveEntity.class - [JAR]
├─ org.swframework.core.persistence.EntityService.class - [JAR]
├─ org.swframework.core.persistence.EntityServiceImpl.class - [JAR]
├─ org.swframework.core.persistence.MongoEntity.class - [JAR]
├─ org.swframework.core.persistence.MongoTemplateService.class - [JAR]
├─ org.swframework.core.persistence.MongoTemplateServiceImpl.class - [JAR]
org.swframework.core.util
├─ org.swframework.core.util.BeanUtil.class - [JAR]
├─ org.swframework.core.util.ReflectionUtil.class - [JAR]