public final class InterceptorFactory extends Object implements TypeAdapterFactory
@Intercept.| Constructor and Description |
|---|
InterceptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> TypeAdapter<T> |
create(Gson gson,
TypeToken<T> type)
Returns a type adapter for
type, or null if this factory doesn't
support type. |
public <T> TypeAdapter<T> create(Gson gson, TypeToken<T> type)
TypeAdapterFactorytype, or null if this factory doesn't
support type.create in interface TypeAdapterFactoryCopyright © 2025. All rights reserved.