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 query-service-1.24.1.Final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.acme
├─ org.acme.CloudEventsCustomizer.class - [JAR]
├─ org.acme.InMemoryQueryRequestRepository.class - [JAR]
├─ org.acme.PostgreSqlQueryRequestRepository.class - [JAR]
├─ org.acme.QueryRequest.class - [JAR]
├─ org.acme.QueryRequestRepository.class - [JAR]
├─ org.acme.QueryServiceException.class - [JAR]
├─ org.acme.QueryServiceResource.class - [JAR]
├─ org.acme.ResolveRequest.class - [JAR]