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 syncope-ext-flowable-common-lib-3.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.syncope.common.lib.types
├─ org.apache.syncope.common.lib.types.BpmnProcessFormat.class - [JAR]
├─ org.apache.syncope.common.lib.types.FlowableEntitlement.class - [JAR]
├─ org.apache.syncope.common.lib.types.UserRequestFormPropertyType.class - [JAR]
├─ org.apache.syncope.common.lib.types.WorkflowTasks.class - [JAR]
org.apache.syncope.common.lib.to
├─ org.apache.syncope.common.lib.to.BpmnProcess.class - [JAR]
├─ org.apache.syncope.common.lib.to.UserRequest.class - [JAR]
├─ org.apache.syncope.common.lib.to.UserRequestForm.class - [JAR]
├─ org.apache.syncope.common.lib.to.UserRequestFormProperty.class - [JAR]
├─ org.apache.syncope.common.lib.to.UserRequestFormPropertyValue.class - [JAR]
├─ org.apache.syncope.common.lib.to.WorkflowTask.class - [JAR]
├─ org.apache.syncope.common.lib.to.WorkflowTaskExecInput.class - [JAR]