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 digiwf-connector-starter-rest-0.18.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.muenchendigital.digiwf.connectorrest.incident
├─ io.muenchendigital.digiwf.connectorrest.incident.CreateIncidentDto.class - [JAR]
├─ io.muenchendigital.digiwf.connectorrest.incident.IncidentRestController.class - [JAR]
io.muenchendigital.digiwf.connectorrest.message
├─ io.muenchendigital.digiwf.connectorrest.message.CorrelateMessageDto.class - [JAR]
├─ io.muenchendigital.digiwf.connectorrest.message.MessageRestController.class - [JAR]
io.muenchendigital.digiwf.connectorrest.configuration
├─ io.muenchendigital.digiwf.connectorrest.configuration.DigiWFEngineRestAutoConfiguration.class - [JAR]
├─ io.muenchendigital.digiwf.connectorrest.configuration.DigiWFEngineRestProperties.class - [JAR]
io.muenchendigital.digiwf.connectorrest.bpmnerror
├─ io.muenchendigital.digiwf.connectorrest.bpmnerror.BpmnErrorDto.class - [JAR]
├─ io.muenchendigital.digiwf.connectorrest.bpmnerror.BpmnErrorRestController.class - [JAR]