public class CustomObjectAdapterFactory
extends java.lang.Object
implements com.squareup.moshi.JsonAdapter.Factory
| Constructor and Description |
|---|
CustomObjectAdapterFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.moshi.JsonAdapter<?> |
create(java.lang.reflect.Type type,
java.util.Set<? extends java.lang.annotation.Annotation> annotations,
com.squareup.moshi.Moshi moshi) |