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 flowjob-agent-spring-boot-starter-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.limbo.flowjob.agent.starter.handler
├─ org.limbo.flowjob.agent.starter.handler.HttpHandlerProcessor.class - [JAR]
org.limbo.flowjob.agent.starter.properties
├─ org.limbo.flowjob.agent.starter.properties.AgentProperties.class - [JAR]
org.limbo.flowjob.agent.starter.component
├─ org.limbo.flowjob.agent.starter.component.AgentStartEvent.class - [JAR]
├─ org.limbo.flowjob.agent.starter.component.H2ConnectionFactory.class - [JAR]
org.limbo.flowjob.agent.starter.configuration
├─ org.limbo.flowjob.agent.starter.configuration.FlowJobAgentAutoConfiguration.class - [JAR]
org.limbo.flowjob.agent.starter
├─ org.limbo.flowjob.agent.starter.SpringDelegatedAgent.class - [JAR]