KotlinJsonAdapterFactory

class KotlinJsonAdapterFactory : JsonAdapter.Factory

Functions

create
Link copied to clipboard
open override fun create(type: Type, annotations: MutableSet<out Annotation>, moshi: Moshi): JsonAdapter<*>?
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String