DelegateKey

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

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

Constructors

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

Properties

Link copied to clipboard
val nullable: Boolean