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 gc-starter-extend-field-2.3.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.gccloud.starter.extend.field.vo
├─ com.gccloud.starter.extend.field.vo.SysAreaVOExtend.class - [JAR]
├─ com.gccloud.starter.extend.field.vo.SysAuditVOExtend.class - [JAR]
├─ com.gccloud.starter.extend.field.vo.SysMenuVOExtend.class - [JAR]
├─ com.gccloud.starter.extend.field.vo.SysNoticeVOExtend.class - [JAR]
├─ com.gccloud.starter.extend.field.vo.SysOrgVOExtend.class - [JAR]
├─ com.gccloud.starter.extend.field.vo.SysPostVOExtend.class - [JAR]
├─ com.gccloud.starter.extend.field.vo.SysRoleVOExtend.class - [JAR]
├─ com.gccloud.starter.extend.field.vo.SysUserVOExtend.class - [JAR]
com.gccloud.starter.extend.field.dto
├─ com.gccloud.starter.extend.field.dto.SysMenuDTOExtend.class - [JAR]
├─ com.gccloud.starter.extend.field.dto.SysOrgDTOExtend.class - [JAR]
├─ com.gccloud.starter.extend.field.dto.SysPostDTOExtend.class - [JAR]
├─ com.gccloud.starter.extend.field.dto.SysRoleDTOExtend.class - [JAR]
├─ com.gccloud.starter.extend.field.dto.SysUserDTOExtend.class - [JAR]
com.gccloud.starter.extend.field.entity
├─ com.gccloud.starter.extend.field.entity.SysMenuEntityExtend.class - [JAR]
├─ com.gccloud.starter.extend.field.entity.SysNoticeEntityExtend.class - [JAR]
├─ com.gccloud.starter.extend.field.entity.SysOrgEntityExtend.class - [JAR]
├─ com.gccloud.starter.extend.field.entity.SysPostEntityExtend.class - [JAR]
├─ com.gccloud.starter.extend.field.entity.SysRoleEntityExtend.class - [JAR]
├─ com.gccloud.starter.extend.field.entity.SysUserEntityExtend.class - [JAR]