QualifierAdapterProperty

data class QualifierAdapterProperty(val name: String, val qualifiers: Set<ClassName>)

Represents a qualified property with its name in the adapter fields and list of qualifiers associated with it.

Constructors

Link copied to clipboard
fun QualifierAdapterProperty(name: String, qualifiers: Set<ClassName>)

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val qualifiers: Set<ClassName>