winter / io.jentz.winter / ClassTypeKey

ClassTypeKey

class ClassTypeKey<R : Any> : TypeKey<R>

Constructors

<init>

ClassTypeKey(type: Class<R>, qualifier: Any? = null)

Properties

qualifier

val qualifier: Any?

type

val type: Class<R>

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

toString

fun toString(): String

typeEquals

fun typeEquals(other: TypeKey<*>): Boolean

Test if other has the same type. Like equals without looking onto the qualifier.