Class JsonFunctionDelegateUtils


  • public class JsonFunctionDelegateUtils
    extends Object
    Author:
    Filip Hrisafov
    • Constructor Detail

      • JsonFunctionDelegateUtils

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