Class ObjectMappers


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

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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String stringify​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

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

      • JSON_MAPPER

        public static final com.fasterxml.jackson.databind.ObjectMapper JSON_MAPPER
    • Method Detail

      • stringify

        public static java.lang.String stringify​(java.lang.Object o)