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 activiti-common-model-api-impl-7.0.0.Beta1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.activiti.runtime.conf
├─ org.activiti.runtime.conf.CommonModelAutoConfiguration.class - [JAR]
├─ org.activiti.runtime.conf.PayloadMixIn.class - [JAR]
├─ org.activiti.runtime.conf.ResultMixIn.class - [JAR]
org.activiti.runtime.api.model.impl
├─ org.activiti.runtime.api.model.impl.VariableInstanceImpl.class - [JAR]
org.activiti.runtime.api.event.impl
├─ org.activiti.runtime.api.event.impl.RuntimeEventImpl.class - [JAR]
├─ org.activiti.runtime.api.event.impl.VariableCreatedEventImpl.class - [JAR]
├─ org.activiti.runtime.api.event.impl.VariableDeletedEventImpl.class - [JAR]
├─ org.activiti.runtime.api.event.impl.VariableEventImpl.class - [JAR]
├─ org.activiti.runtime.api.event.impl.VariableUpdatedEventImpl.class - [JAR]