Class Convert.Lazy

  • Enclosing class:
    Convert

    public static class Convert.Lazy
    extends java.lang.Object
    Lazy holder for creating a single instance of Gson on demand.
    • Field Summary

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

      Constructors 
      Constructor Description
      Lazy()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • UTC_GSON

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

      • Lazy

        public Lazy()