DependencyKey

data class DependencyKey(val type: TypeInfo, val name: String? = null, val qualifier: Any? = null)(source)

Unique key for a dependency.

Report a problem

Constructors

Link copied to clipboard
constructor(type: TypeInfo, name: String? = null, qualifier: Any? = null)

Properties

Link copied to clipboard
val name: String? = null
Link copied to clipboard
val qualifier: Any? = null
Link copied to clipboard

Functions

Link copied to clipboard

Determines if the type associated with a DependencyKey is nullable.

Link copied to clipboard
open override fun toString(): String