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 risk-common-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.risk.common.api.dto.req.function
├─ com.github.houbb.risk.common.api.dto.req.function.QueryFunctionDetailRequest.class - [JAR]
com.github.houbb.risk.common.api.dto.resp
├─ com.github.houbb.risk.common.api.dto.resp.CommonResponse.class - [JAR]
com.github.houbb.risk.common.api.dto.req.system
├─ com.github.houbb.risk.common.api.dto.req.system.QuerySystemDetailRequest.class - [JAR]
com.github.houbb.risk.common.api.dto.resp.user
├─ com.github.houbb.risk.common.api.dto.resp.user.QueryUserDetailResponse.class - [JAR]
com.github.houbb.risk.common.api.facade
├─ com.github.houbb.risk.common.api.facade.RiskCommonFunctionFacade.class - [JAR]
├─ com.github.houbb.risk.common.api.facade.RiskCommonSystemFacade.class - [JAR]
├─ com.github.houbb.risk.common.api.facade.RiskCommonUserFacade.class - [JAR]
com.github.houbb.risk.common.api.dto.resp.function
├─ com.github.houbb.risk.common.api.dto.resp.function.QueryFunctionDetailResponse.class - [JAR]
com.github.houbb.risk.common.api.dto.resp.system
├─ com.github.houbb.risk.common.api.dto.resp.system.QuerySystemDetailResponse.class - [JAR]
com.github.houbb.risk.common.api.dto.req.user
├─ com.github.houbb.risk.common.api.dto.req.user.QueryUserDetailRequest.class - [JAR]