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 feel-scala-playground-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.camunda.feel.playground.api
├─ org.camunda.feel.playground.api.FeelEvaluationController.class - [JAR]
├─ org.camunda.feel.playground.api.VersionController.class - [JAR]
org.camunda.feel.playground
├─ org.camunda.feel.playground.ProcessApplication.class - [JAR]
org.camunda.feel.playground.sevice
├─ org.camunda.feel.playground.sevice.FeelEvaluationService.class - [JAR]
├─ org.camunda.feel.playground.sevice.MixpanelProperties.class - [JAR]
├─ org.camunda.feel.playground.sevice.MixpanelTrackingService.class - [JAR]
├─ org.camunda.feel.playground.sevice.NoopTrackingService.class - [JAR]
├─ org.camunda.feel.playground.sevice.TrackingService.class - [JAR]
org.camunda.feel.playground.dto
├─ org.camunda.feel.playground.dto.FeelEvaluationRequest.class - [JAR]
├─ org.camunda.feel.playground.dto.FeelEvaluationResponse.class - [JAR]
├─ org.camunda.feel.playground.dto.FeelUnaryTestsEvaluationRequest.class - [JAR]
├─ org.camunda.feel.playground.dto.VersionResponse.class - [JAR]