Class ModelUtils


  • public class ModelUtils
    extends java.lang.Object
    Converts Object to gson
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.google.gson.Gson GSON  
    • Constructor Summary

      Constructors 
      Constructor Description
      ModelUtils()  
    • Method Summary

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

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

      • GSON

        public static final com.google.gson.Gson GSON
    • Constructor Detail

      • ModelUtils

        public ModelUtils()
    • Method Detail

      • toString

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