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 camunda-bpm-spring-boot-starter-rest-7.20.0-alpha4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.camunda.bpm.spring.boot.starter.rest
├─ org.camunda.bpm.spring.boot.starter.rest.CamundaBpmRestInitializer.class - [JAR]
├─ org.camunda.bpm.spring.boot.starter.rest.CamundaBpmRestJerseyAutoConfiguration.class - [JAR]
├─ org.camunda.bpm.spring.boot.starter.rest.CamundaJerseyResourceConfig.class - [JAR]
org.camunda.bpm.spring.boot.starter.rest.spi
├─ org.camunda.bpm.spring.boot.starter.rest.spi.SpringBootProcessEngineProvider.class - [JAR]