EventJsonAdapterFactory

class EventJsonAdapterFactory : JsonAdapter.Factory

Types

Companion
Link copied to clipboard
object Companion
EventJsonAdapter
Link copied to clipboard
class EventJsonAdapter(eventModuleParamsAdapter: JsonAdapter<EventModuleParams>, eventExecutionContextAdapter: JsonAdapter<EventExecutionContext>, eventDataAdapters: List<JsonAdapter<out EventType>>) : JsonAdapter<Event<*>>

Functions

create
Link copied to clipboard
open override fun create(type: Type, annotations: MutableSet<out Annotation>, moshi: Moshi): JsonAdapter<*>?