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 flowable-event-registry-model-7.0.0.M2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.flowable.eventregistry.model
├─ org.flowable.eventregistry.model.ChannelEventKeyDetection.class - [JAR]
├─ org.flowable.eventregistry.model.ChannelEventTenantIdDetection.class - [JAR]
├─ org.flowable.eventregistry.model.ChannelModel.class - [JAR]
├─ org.flowable.eventregistry.model.DelegateExpressionInboundChannelModel.class - [JAR]
├─ org.flowable.eventregistry.model.DelegateExpressionOutboundChannelModel.class - [JAR]
├─ org.flowable.eventregistry.model.EventModel.class - [JAR]
├─ org.flowable.eventregistry.model.EventPayload.class - [JAR]
├─ org.flowable.eventregistry.model.InboundChannelModel.class - [JAR]
├─ org.flowable.eventregistry.model.JmsInboundChannelModel.class - [JAR]
├─ org.flowable.eventregistry.model.JmsOutboundChannelModel.class - [JAR]
├─ org.flowable.eventregistry.model.KafkaInboundChannelModel.class - [JAR]
├─ org.flowable.eventregistry.model.KafkaOutboundChannelModel.class - [JAR]
├─ org.flowable.eventregistry.model.OutboundChannelModel.class - [JAR]
├─ org.flowable.eventregistry.model.RabbitInboundChannelModel.class - [JAR]
├─ org.flowable.eventregistry.model.RabbitOutboundChannelModel.class - [JAR]