Uses of Class
com.google.gson.TypeAdapter
Packages that use TypeAdapter
-
Uses of TypeAdapter in com.google.gson
Methods in com.google.gson that return TypeAdapterModifier and TypeMethodDescription<T> TypeAdapter<T>Returns a type adapter fortype, or null if this factory doesn't supporttype.<T> TypeAdapter<T>Gson.getAdapter(TypeToken<T> type) Returns the type adapter for type.<T> TypeAdapter<T>Gson.getAdapter(Class<T> type) Returns the type adapter for type.<T> TypeAdapter<T>Gson.getDelegateAdapter(TypeAdapterFactory skipPast, TypeToken<T> type) This method is used to get an alternate type adapter for the specified type.final TypeAdapter<T>TypeAdapter.nullSafe()This wrapper method is used to make a type adapter null tolerant.