Class JsonUtil


  • public class JsonUtil
    extends Object
    User: operhod Date: 03.04.14 Time: 10:46
    • Constructor Detail

      • JsonUtil

        public JsonUtil()
    • Method Detail

      • merge

        public static void merge​(com.fasterxml.jackson.databind.node.ObjectNode mainNode,
                                 com.fasterxml.jackson.databind.node.ObjectNode updateNode)
      • getObjectAsJsonString

        public static String getObjectAsJsonString​(Object o)
      • getMapper

        public static com.fasterxml.jackson.databind.ObjectMapper getMapper()
      • mergeArrays

        public static void mergeArrays​(com.fasterxml.jackson.databind.node.ArrayNode mainArray,
                                       com.fasterxml.jackson.databind.node.ArrayNode updateArray)