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 autumn-service-service-4.6.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.autumnframework.service.identifiable
├─ org.autumnframework.service.identifiable.GenericApiIdentifiable.class - [JAR]
├─ org.autumnframework.service.identifiable.GenericIdentifiable.class - [JAR]
org.autumnframework.service.services
├─ org.autumnframework.service.services.GenericAuditedReadFindAllService.class - [JAR]
├─ org.autumnframework.service.services.GenericCreateService.class - [JAR]
├─ org.autumnframework.service.services.GenericDeleteByIdService.class - [JAR]
├─ org.autumnframework.service.services.GenericDeleteByIdsService.class - [JAR]
├─ org.autumnframework.service.services.GenericReadFindAllService.class - [JAR]
├─ org.autumnframework.service.services.GenericReadFindByIdService.class - [JAR]
├─ org.autumnframework.service.services.GenericReadFindByIdsService.class - [JAR]
├─ org.autumnframework.service.services.GenericStreamingReadFindAllService.class - [JAR]
├─ org.autumnframework.service.services.GenericUpdateService.class - [JAR]