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 quickfixj-spring-boot-actuator-2.15.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.allune.quickfixj.spring.boot.actuate.health
├─ io.allune.quickfixj.spring.boot.actuate.health.QuickFixJSessionHealthIndicator.class - [JAR]
io.allune.quickfixj.spring.boot.actuate.endpoint
├─ io.allune.quickfixj.spring.boot.actuate.endpoint.AbstractQuickFixJEndpoint.class - [JAR]
├─ io.allune.quickfixj.spring.boot.actuate.endpoint.QuickFixJClientEndpoint.class - [JAR]
├─ io.allune.quickfixj.spring.boot.actuate.endpoint.QuickFixJServerEndpoint.class - [JAR]
io.allune.quickfixj.spring.boot.actuate.config
├─ io.allune.quickfixj.spring.boot.actuate.config.QuickFixJClientEndpointAutoConfiguration.class - [JAR]
├─ io.allune.quickfixj.spring.boot.actuate.config.QuickFixJServerEndpointAutoConfiguration.class - [JAR]