Interface PropertiesParser

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.node.ObjectNode parseElement​(org.flowable.bpmn.model.FlowElement flowElement, com.fasterxml.jackson.databind.node.ObjectNode flowElementNode, com.fasterxml.jackson.databind.ObjectMapper mapper)  
      boolean supports​(org.flowable.bpmn.model.FlowElement flowElement)  
    • Method Detail

      • parseElement

        com.fasterxml.jackson.databind.node.ObjectNode parseElement​(org.flowable.bpmn.model.FlowElement flowElement,
                                                                    com.fasterxml.jackson.databind.node.ObjectNode flowElementNode,
                                                                    com.fasterxml.jackson.databind.ObjectMapper mapper)
      • supports

        boolean supports​(org.flowable.bpmn.model.FlowElement flowElement)