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 api-server-10.0.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
shz.api.server.vo
├─ shz.api.server.vo.QueryApiVo.class - [JAR]
├─ shz.api.server.vo.UpdateApiVo.class - [JAR]
shz.api.server.entity
├─ shz.api.server.entity.SysApi.class - [JAR]
shz.api.server
├─ shz.api.server.AbstractApiGather.class - [JAR]
├─ shz.api.server.ApiDetail.class - [JAR]