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 catapi-common-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.capapi.model.entity
├─ com.capapi.model.entity.InterfaceInfo.class - [JAR]
├─ com.capapi.model.entity.RecordInterfaceInto.class - [JAR]
├─ com.capapi.model.entity.User.class - [JAR]
├─ com.capapi.model.entity.UserInterfaceInfo.class - [JAR]
com.capapi.service
├─ com.capapi.service.InnerInterfaceInfoService.class - [JAR]
├─ com.capapi.service.InnerRecordInterfaceIntoService.class - [JAR]
├─ com.capapi.service.InnerUserInterfaceInfoService.class - [JAR]
├─ com.capapi.service.InnerUserService.class - [JAR]