-
- All Implemented Interfaces:
-
com.squareup.moshi.JsonAdapter.Factory
public final class EventJsonAdapterFactory implements JsonAdapter.Factory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEventJsonAdapterFactory.EventJsonAdapterpublic classEventJsonAdapterFactory.Companion
-
Constructor Summary
Constructors Constructor Description EventJsonAdapterFactory()
-
Method Summary
Modifier and Type Method Description JsonAdapter<?>create(Type type, Set<out Annotation> annotations, Moshi moshi)-
-
Method Detail
-
create
JsonAdapter<?> create(Type type, Set<out Annotation> annotations, Moshi moshi)
-
-
-
-