@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ResponseJsonAdapter
TypeAdapterFactory to use with a request response.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends com.google.gson.TypeAdapterFactory> |
value |