Factory
interface Factory
Content copied to clipboard
Functions
create
Link copied to clipboard
abstract fun create(type: Type, annotations: Set<out Annotation>, moshi: Moshi): JsonAdapter<out Any>
Content copied to clipboard
Attempts to create an adapter for
type annotated with annotations.