Package com.google.gson.typeadapters
Class PostConstructAdapterFactory
- java.lang.Object
-
- com.google.gson.typeadapters.PostConstructAdapterFactory
-
- All Implemented Interfaces:
com.google.gson.TypeAdapterFactory
public class PostConstructAdapterFactory extends java.lang.Object implements com.google.gson.TypeAdapterFactory
-
-
Constructor Summary
Constructors Constructor Description PostConstructAdapterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> com.google.gson.TypeAdapter<T>
create(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> type)
-