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 test-server-0.769.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.fluxcapacitor.testserver.endpoints
├─ io.fluxcapacitor.testserver.endpoints.ConsumerEndpoint.class - [JAR]
├─ io.fluxcapacitor.testserver.endpoints.EventSourcingEndpoint.class - [JAR]
├─ io.fluxcapacitor.testserver.endpoints.KeyValueEndPoint.class - [JAR]
├─ io.fluxcapacitor.testserver.endpoints.ProducerEndpoint.class - [JAR]
├─ io.fluxcapacitor.testserver.endpoints.SchedulingEndpoint.class - [JAR]
├─ io.fluxcapacitor.testserver.endpoints.SearchEndpoint.class - [JAR]
├─ io.fluxcapacitor.testserver.endpoints.WebSocketTrackerRead.class - [JAR]
io.fluxcapacitor.testserver
├─ io.fluxcapacitor.testserver.Handle.class - [JAR]
├─ io.fluxcapacitor.testserver.MultiClientEndpoint.class - [JAR]
├─ io.fluxcapacitor.testserver.TestServer.class - [JAR]
├─ io.fluxcapacitor.testserver.WebsocketDeploymentUtils.class - [JAR]
├─ io.fluxcapacitor.testserver.WebsocketEndpoint.class - [JAR]