@Component public class DmnDisplayJsonConverter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DmnJsonConverter |
dmnJsonConverter |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
DmnDisplayJsonConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
commonFillGraphicInfo(com.fasterxml.jackson.databind.node.ObjectNode elementNode,
double x,
double y,
double width,
double height,
boolean includeWidthAndHeight) |
protected void |
fillDiagramInfo(GraphicInfo graphicInfo,
GraphicInfo diagramInfo) |
protected void |
fillGraphicInfo(com.fasterxml.jackson.databind.node.ObjectNode elementNode,
GraphicInfo graphicInfo,
boolean includeWidthAndHeight) |
protected void |
fillWaypoints(String id,
DmnDefinition model,
com.fasterxml.jackson.databind.node.ObjectNode elementNode) |
protected void |
processDecisions(List<Decision> decisions,
DmnDefinition model,
com.fasterxml.jackson.databind.node.ArrayNode elementArray,
GraphicInfo diagramInfo) |
protected void |
processDecisionServiceDivider(String decisionServiceId,
DmnDefinition dmnDefinition,
com.fasterxml.jackson.databind.node.ObjectNode decisionServiceNode) |
void |
processDefinitionElements(AbstractModel decisionServiceModel,
com.fasterxml.jackson.databind.node.ObjectNode displayNode,
GraphicInfo diagramInfo) |
protected DmnJsonConverter dmnJsonConverter
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public void processDefinitionElements(AbstractModel decisionServiceModel, com.fasterxml.jackson.databind.node.ObjectNode displayNode, GraphicInfo diagramInfo)
protected void processDecisions(List<Decision> decisions, DmnDefinition model, com.fasterxml.jackson.databind.node.ArrayNode elementArray, GraphicInfo diagramInfo)
protected void processDecisionServiceDivider(String decisionServiceId, DmnDefinition dmnDefinition, com.fasterxml.jackson.databind.node.ObjectNode decisionServiceNode)
protected void fillGraphicInfo(com.fasterxml.jackson.databind.node.ObjectNode elementNode,
GraphicInfo graphicInfo,
boolean includeWidthAndHeight)
protected void commonFillGraphicInfo(com.fasterxml.jackson.databind.node.ObjectNode elementNode,
double x,
double y,
double width,
double height,
boolean includeWidthAndHeight)
protected void fillDiagramInfo(GraphicInfo graphicInfo, GraphicInfo diagramInfo)
protected void fillWaypoints(String id, DmnDefinition model, com.fasterxml.jackson.databind.node.ObjectNode elementNode)
Copyright © 2023 Flowable. All rights reserved.