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 jackdawapi-common-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.jackdawapi.jackdawapicommon.model.vo
├─ com.jackdawapi.jackdawapicommon.model.vo.PostVO.class - [JAR]
├─ com.jackdawapi.jackdawapicommon.model.vo.UserVO.class - [JAR]
com.jackdawapi.jackdawapicommon.model.entity
├─ com.jackdawapi.jackdawapicommon.model.entity.InterfaceInfo.class - [JAR]
├─ com.jackdawapi.jackdawapicommon.model.entity.Post.class - [JAR]
├─ com.jackdawapi.jackdawapicommon.model.entity.User.class - [JAR]
├─ com.jackdawapi.jackdawapicommon.model.entity.UserInterfaceInfo.class - [JAR]
com.jackdawapi.jackdawapicommon.model.enums
├─ com.jackdawapi.jackdawapicommon.model.enums.InterfaceInfoStatusEnum.class - [JAR]
├─ com.jackdawapi.jackdawapicommon.model.enums.PostGenderEnum.class - [JAR]
├─ com.jackdawapi.jackdawapicommon.model.enums.PostReviewStatusEnum.class - [JAR]
com.jackdawapi.jackdawapicommon.service
├─ com.jackdawapi.jackdawapicommon.service.InnerInterfaceInfoService.class - [JAR]
├─ com.jackdawapi.jackdawapicommon.service.InnerUserInterfaceInfoService.class - [JAR]
├─ com.jackdawapi.jackdawapicommon.service.InnerUserService.class - [JAR]
com.jackdawapi.jackdawapicommon.model.entity.OpenAI
├─ com.jackdawapi.jackdawapicommon.model.entity.OpenAI.ChatRequest.class - [JAR]
├─ com.jackdawapi.jackdawapicommon.model.entity.OpenAI.ChatResponse.class - [JAR]