DIKey

izumi.distage.model.reflection.DIKey$
See theDIKey companion class
object DIKey

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DIKey.type

Members list

Concise view

Type members

Classlikes

sealed trait BasicKey extends DIKey

Attributes

Graph
Supertypes
class DIKey
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
class IdKey[I]
class TypeKey
final case class EffectKey(key: DIKey, tpe: SafeType) extends DIKey

Attributes

Graph
Supertypes
trait Serializable
class DIKey
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class IdKey[I](tpe: SafeType, id: I, mutatorIndex: Option[Int])(implicit evidence$4: IdContract[I]) extends BasicKey

Attributes

Graph
Supertypes
trait Serializable
trait BasicKey
class DIKey
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class MultiSetImplId(set: DIKey, impl: ImplDef)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ProxyControllerKey(proxied: DIKey, tpe: SafeType) extends DIKey

Attributes

Graph
Supertypes
trait Serializable
class DIKey
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class ProxyInitKey(proxied: DIKey) extends DIKey

Attributes

Graph
Supertypes
trait Serializable
class DIKey
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class ResourceKey(key: DIKey, tpe: SafeType) extends DIKey

Attributes

Graph
Supertypes
trait Serializable
class DIKey
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetElementKey(set: DIKey, reference: DIKey, disambiguator: SetKeyMeta) extends DIKey

Attributes

reference

Key of this individual element. reference.tpe must be a subtype of T

set

Key of the parent Set. set.tpe must be of type Set[T]

Graph
Supertypes
trait Serializable
class DIKey
trait Product
trait Equals
class Object
trait Matchable
class Any
object SetKeyMeta

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait SetKeyMeta

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object NoMeta.type
class WithImpl
final case class TypeKey(tpe: SafeType, mutatorIndex: Option[Int]) extends BasicKey

Attributes

Graph
Supertypes
trait Serializable
trait BasicKey
class DIKey
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T : Tag]: DIKey
def apply[T : Tag](id: Identifier): DIKey
def get[T : Tag]: TypeKey