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 dss-framework-proxy-user-service-1.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.webank.wedatasphere.dss.framework.proxy.service
├─ com.webank.wedatasphere.dss.framework.proxy.service.DssProxyUserService.class - [JAR]
com.webank.wedatasphere.dss.framework.proxy.conf
├─ com.webank.wedatasphere.dss.framework.proxy.conf.ProxyUserConfiguration.class - [JAR]
com.webank.wedatasphere.dss.framework.proxy.restful
├─ com.webank.wedatasphere.dss.framework.proxy.restful.DssProxyUserController.class - [JAR]
com.webank.wedatasphere.dss.framework.proxy.exception
├─ com.webank.wedatasphere.dss.framework.proxy.exception.DSSProxyUserErrorException.class - [JAR]
com.webank.wedatasphere.dss.framework.proxy.pojo.entity
├─ com.webank.wedatasphere.dss.framework.proxy.pojo.entity.DssProxyUser.class - [JAR]
├─ com.webank.wedatasphere.dss.framework.proxy.pojo.entity.DssProxyUserImpl.class - [JAR]