Package com.google.gson.internal.bind
Class JsonAdapterAnnotationTypeAdapterFactory.DummyTypeAdapterFactory
java.lang.Object
com.google.gson.internal.bind.JsonAdapterAnnotationTypeAdapterFactory.DummyTypeAdapterFactory
- All Implemented Interfaces:
TypeAdapterFactory
- Enclosing class:
JsonAdapterAnnotationTypeAdapterFactory
private static class JsonAdapterAnnotationTypeAdapterFactory.DummyTypeAdapterFactory
extends Object
implements TypeAdapterFactory
-
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
-
DummyTypeAdapterFactory
private DummyTypeAdapterFactory()
-
-
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
-