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-application-0.7.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.webank.wedatasphere.dss.application.conf
├─ com.webank.wedatasphere.dss.application.conf.ApplicationConf.class - [JAR]
com.webank.wedatasphere.dss.application.handler
├─ com.webank.wedatasphere.dss.application.handler.ApplicationHandlerChain.class - [JAR]
├─ com.webank.wedatasphere.dss.application.handler.Handler.class - [JAR]
├─ com.webank.wedatasphere.dss.application.handler.LinkisUserFirstLoginHandler.class - [JAR]
├─ com.webank.wedatasphere.dss.application.handler.Order.class - [JAR]
├─ com.webank.wedatasphere.dss.application.handler.ProjectUserInitHandler.class - [JAR]
├─ com.webank.wedatasphere.dss.application.handler.UserFirstLoginHandler.class - [JAR]
com.webank.wedatasphere.dss.application.dao
├─ com.webank.wedatasphere.dss.application.dao.ApplicationMapper.class - [JAR]
├─ com.webank.wedatasphere.dss.application.dao.DSSUserMapper.class - [JAR]
├─ com.webank.wedatasphere.dss.application.dao.LinkisUserMapper.class - [JAR]
com.webank.wedatasphere.dss.application.service.impl
├─ com.webank.wedatasphere.dss.application.service.impl.ApplicationServiceImpl.class - [JAR]
├─ com.webank.wedatasphere.dss.application.service.impl.DSSUserServiceImpl.class - [JAR]
├─ com.webank.wedatasphere.dss.application.service.impl.LinkisUserServiceImpl.class - [JAR]
com.webank.wedatasphere.dss.application.service
├─ com.webank.wedatasphere.dss.application.service.ApplicationService.class - [JAR]
├─ com.webank.wedatasphere.dss.application.service.DSSUserService.class - [JAR]
├─ com.webank.wedatasphere.dss.application.service.LinkisUserService.class - [JAR]
com.webank.wedatasphere.dss.application.util
├─ com.webank.wedatasphere.dss.application.util.ApplicationUtils.class - [JAR]
com.webank.wedatasphere.dss.application.restful
├─ com.webank.wedatasphere.dss.application.restful.ApplicationRestfulApi.class - [JAR]
com.webank.wedatasphere.dss.application.entity
├─ com.webank.wedatasphere.dss.application.entity.Application.class - [JAR]
├─ com.webank.wedatasphere.dss.application.entity.DSSUser.class - [JAR]
├─ com.webank.wedatasphere.dss.application.entity.DSSUserVO.class - [JAR]
├─ com.webank.wedatasphere.dss.application.entity.LinkisUser.class - [JAR]
├─ com.webank.wedatasphere.dss.application.entity.UserInitResult.class - [JAR]