Factory

interface Factory

Functions

create
Link copied to clipboard
abstract fun create(type: Type, annotations: Set<out Annotation>, moshi: Moshi): JsonAdapter<out Any>
Attempts to create an adapter for {@code type} annotated with {@code annotations}.