Class JsonUtils


  • public class JsonUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toJsonValue​(java.lang.Object in)  
      static java.lang.String toJsonValue​(java.lang.String in)  
      static java.lang.String toJsonValue​(java.nio.ByteBuffer in)  
      • Methods inherited from class java.lang.Object

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

      • JsonUtils

        public JsonUtils()
    • Method Detail

      • toJsonValue

        public static java.lang.String toJsonValue​(java.lang.String in)
      • toJsonValue

        public static java.lang.String toJsonValue​(java.nio.ByteBuffer in)
      • toJsonValue

        public static java.lang.String toJsonValue​(java.lang.Object in)