Class CollectionTypeAdapterFactory.Adapter<E>

    • Constructor Summary

      Constructors 
      Constructor Description
      Adapter​(com.google.gson.Gson gson, java.lang.reflect.Type elementType, com.google.gson.TypeAdapter<E> elementTypeAdapter, java.util.function.Supplier<java.util.Collection<E>> constructor)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class com.google.gson.TypeAdapter

        fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
      • Methods inherited from class java.lang.Object

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

      • Adapter

        public Adapter​(com.google.gson.Gson gson,
                       java.lang.reflect.Type elementType,
                       com.google.gson.TypeAdapter<E> elementTypeAdapter,
                       java.util.function.Supplier<java.util.Collection<E>> constructor)
        Deprecated.