Package com.google.gson.typeadapters
Class PostConstructAdapterFactory
java.lang.Object
com.google.gson.typeadapters.PostConstructAdapterFactory
- All Implemented Interfaces:
TypeAdapterFactory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TypeAdapter
<T> Returns a type adapter fortype
, or null if this factory doesn't supporttype
.
-
Constructor Details
-
PostConstructAdapterFactory
public PostConstructAdapterFactory()
-
-
Method Details
-
create
Description copied from interface:TypeAdapterFactory
Returns a type adapter fortype
, or null if this factory doesn't supporttype
.- Specified by:
create
in interfaceTypeAdapterFactory
-