Uses of Class
com.google.gson.Gson.FutureTypeAdapter
-
Packages that use Gson.FutureTypeAdapter Package Description com.google.gson This package provides theGson
class to convert Json to Java and vice-versa. -
-
Uses of Gson.FutureTypeAdapter in com.google.gson
Fields in com.google.gson with type parameters of type Gson.FutureTypeAdapter Modifier and Type Field Description private java.lang.ThreadLocal<java.util.Map<TypeToken<?>,Gson.FutureTypeAdapter<?>>>
Gson. calls
This thread local guards against reentrant calls to getAdapter().
-