Class JsonFunctionDelegateUtils

java.lang.Object
com.flowable.platform.common.el.json.JsonFunctionDelegateUtils

public class JsonFunctionDelegateUtils
extends java.lang.Object
Author:
Filip Hrisafov
  • Constructor Summary

    Constructors 
    Constructor Description
    JsonFunctionDelegateUtils()  
  • Method Summary

    Modifier and Type Method Description
    protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()  
    static com.fasterxml.jackson.databind.node.ArrayNode newArrayNode()  
    static com.fasterxml.jackson.databind.node.ArrayNode newArrayNode​(int size)  
    static com.fasterxml.jackson.databind.node.ObjectNode newObjectNode()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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()