Class JsonUtils


  • public final class JsonUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.fasterxml.jackson.databind.ObjectMapper dtoObjectMapper  
      static com.fasterxml.jackson.databind.ObjectMapper dynamoObjectMapper  
      static com.fasterxml.jackson.databind.ObjectMapper singleLineObjectMapper  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • dtoObjectMapper

        public static final com.fasterxml.jackson.databind.ObjectMapper dtoObjectMapper
      • dynamoObjectMapper

        public static final com.fasterxml.jackson.databind.ObjectMapper dynamoObjectMapper
      • singleLineObjectMapper

        public static final com.fasterxml.jackson.databind.ObjectMapper singleLineObjectMapper