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 hsweb-commons-service-api-3.0.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.hswebframework.web.service
├─ org.hswebframework.web.service.CreateEntityService.class - [JAR]
├─ org.hswebframework.web.service.CrudService.class - [JAR]
├─ org.hswebframework.web.service.DeleteService.class - [JAR]
├─ org.hswebframework.web.service.InsertService.class - [JAR]
├─ org.hswebframework.web.service.QueryByEntityService.class - [JAR]
├─ org.hswebframework.web.service.QueryService.class - [JAR]
├─ org.hswebframework.web.service.Service.class - [JAR]
├─ org.hswebframework.web.service.TreeService.class - [JAR]
├─ org.hswebframework.web.service.UpdateService.class - [JAR]
├─ org.hswebframework.web.service.Validator.class - [JAR]