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 black-white-api-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.black.white.api.dto.req.black
├─ com.github.houbb.black.white.api.dto.req.black.ContainsBlackListRequest.class - [JAR]
com.github.houbb.black.white.api.dto.resp
├─ com.github.houbb.black.white.api.dto.resp.CommonContainsListResponse.class - [JAR]
├─ com.github.houbb.black.white.api.dto.resp.CommonResponse.class - [JAR]
com.github.houbb.black.white.api.dto.req.white
├─ com.github.houbb.black.white.api.dto.req.white.ContainsWhiteListRequest.class - [JAR]
com.github.houbb.black.white.api.facade
├─ com.github.houbb.black.white.api.facade.RiskBlackListFacade.class - [JAR]
├─ com.github.houbb.black.white.api.facade.RiskWhiteListFacade.class - [JAR]