DelegateKey

data class DelegateKey(type: TypeName, jsonQualifiers: List<AnnotationSpec>)

A JsonAdapter that can be used to encode and decode a particular field.

Constructors

DelegateKey
Link copied to clipboard
fun DelegateKey(type: TypeName, jsonQualifiers: List<AnnotationSpec>)

Properties

nullable
Link copied to clipboard
val nullable: Boolean