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 spring-cloud-dataflow-audit-2.10.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.cloud.dataflow.audit.repository.jpa
├─ org.springframework.cloud.dataflow.audit.repository.jpa.AuditRecordRepositoryImpl.class - [JAR]
org.springframework.cloud.dataflow.audit.service
├─ org.springframework.cloud.dataflow.audit.service.AuditRecordService.class - [JAR]
├─ org.springframework.cloud.dataflow.audit.service.AuditServiceUtils.class - [JAR]
├─ org.springframework.cloud.dataflow.audit.service.DefaultAuditRecordService.class - [JAR]
org.springframework.cloud.dataflow.audit.repository
├─ org.springframework.cloud.dataflow.audit.repository.AuditRecordRepository.class - [JAR]
├─ org.springframework.cloud.dataflow.audit.repository.AuditRecordRepositoryCustom.class - [JAR]