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 pojo-1.3.4.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.fanzezhen.pojo.po
├─ com.github.fanzezhen.pojo.po.BasePo.class - [JAR]
com.github.fanzezhen.pojo.entity
├─ com.github.fanzezhen.pojo.entity.BaseEntity.class - [JAR]
├─ com.github.fanzezhen.pojo.entity.BaseVarAloneEntity.class - [JAR]
├─ com.github.fanzezhen.pojo.entity.BaseVarEntity.class - [JAR]
├─ com.github.fanzezhen.pojo.entity.LogOperation.class - [JAR]
├─ com.github.fanzezhen.pojo.entity.SysPermission.class - [JAR]
com.github.fanzezhen.pojo.dto
├─ com.github.fanzezhen.pojo.dto.SysPermissionDto.class - [JAR]
├─ com.github.fanzezhen.pojo.dto.SysUserDto.class - [JAR]
com.github.fanzezhen.pojo.response
├─ com.github.fanzezhen.pojo.response.CloudResponse.class - [JAR]
├─ com.github.fanzezhen.pojo.response.R.class - [JAR]