Class JsonAdapterAnnotationTypeAdapterFactory

java.lang.Object
com.google.gson.internal.bind.JsonAdapterAnnotationTypeAdapterFactory
All Implemented Interfaces:
TypeAdapterFactory

public final class JsonAdapterAnnotationTypeAdapterFactory extends Object implements TypeAdapterFactory
Given a type T, looks for the annotation JsonAdapter and uses an instance of the specified class as the default type adapter.
Since:
2.3