Class JsonFunctionDelegateUtils
- java.lang.Object
 - 
- com.flowable.platform.common.el.json.JsonFunctionDelegateUtils
 
 
- 
public class JsonFunctionDelegateUtils extends Object
- Author:
 - Filip Hrisafov
 
 
- 
- 
Constructor Summary
Constructors Constructor Description JsonFunctionDelegateUtils() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddToArray(com.fasterxml.jackson.databind.node.ArrayNode arrayNode, Object object)protected static com.fasterxml.jackson.databind.ObjectMappergetObjectMapper()static com.fasterxml.jackson.databind.node.ArrayNodenewArrayNode()static com.fasterxml.jackson.databind.node.ArrayNodenewArrayNode(int size)static com.fasterxml.jackson.databind.node.ObjectNodenewObjectNode() 
 - 
 
- 
- 
Method Detail
- 
newObjectNode
public static com.fasterxml.jackson.databind.node.ObjectNode newObjectNode()
 
- 
newArrayNode
public static com.fasterxml.jackson.databind.node.ArrayNode newArrayNode()
 
- 
newArrayNode
public static com.fasterxml.jackson.databind.node.ArrayNode newArrayNode(int size)
 
- 
getObjectMapper
protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
 
- 
addToArray
public static void addToArray(com.fasterxml.jackson.databind.node.ArrayNode arrayNode, Object object) 
 - 
 
 -