Package com.google.gson.internal.bind
Class CollectionTypeAdapterFactory
java.lang.Object
com.google.gson.internal.bind.CollectionTypeAdapterFactory
- All Implemented Interfaces:
TypeAdapterFactory
Adapt a homogeneous collection of objects.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TypeAdapter<T>
Returns a type adapter fortype
, or null if this factory doesn't supporttype
.
-
Field Details
-
constructorConstructor
-
-
Constructor Details
-
CollectionTypeAdapterFactory
-
-
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
-