Uses of Interface
com.google.gson.TypeAdapterFactory
-
Packages that use TypeAdapterFactory Package Description com.google.gson This package provides theGsonclass to convert Json to Java and vice-versa.com.google.gson.interceptors com.google.gson.typeadapters -
-
Uses of TypeAdapterFactory in com.google.gson
Methods in com.google.gson with parameters of type TypeAdapterFactory Modifier and Type Method Description <T> TypeAdapter<T>Gson. getDelegateAdapter(TypeAdapterFactory skipPast, TypeToken<T> type)This method is used to get an alternate type adapter for the specified type.GsonBuilderGsonBuilder. registerTypeAdapterFactory(TypeAdapterFactory factory)Register a factory for type adapters. -
Uses of TypeAdapterFactory in com.google.gson.interceptors
Classes in com.google.gson.interceptors that implement TypeAdapterFactory Modifier and Type Class Description classInterceptorFactoryA type adapter factory that implements@Intercept. -
Uses of TypeAdapterFactory in com.google.gson.typeadapters
Classes in com.google.gson.typeadapters that implement TypeAdapterFactory Modifier and Type Class Description classPostConstructAdapterFactoryclassRuntimeTypeAdapterFactory<T>Adapts values whose runtime type may differ from their declaration type.
-