SingletonWiring

izumi.distage.model.plan.Wiring.SingletonWiring
See theSingletonWiring companion trait

Attributes

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

Members list

Type members

Classlikes

final case class Function(provider: Provider) extends SingletonWiring

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Wiring
class Object
trait Matchable
class Any
Show all
final case class Instance(instanceType: SafeType, instance: Any) extends SingletonWiring

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Wiring
class Object
trait Matchable
class Any
Show all
final case class PrepareSubcontext(provider: Provider, subplan: Plan, implType: SafeType, externalKeys: Set[DIKey], importedFromParentKeys: Set[DIKey]) extends SingletonWiring

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Wiring
class Object
trait Matchable
class Any
Show all
final case class Reference(instanceType: SafeType, key: DIKey, weak: Boolean) extends SingletonWiring

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Wiring
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror