final case class PlannerInput(bindings: ModuleBase, roots: Roots, activation: Activation, locatorPrivacy: LocatorPrivacy) extends Product with Serializable
Input for Planner
- bindings
Bindings. Can be created using izumi.distage.model.definition.ModuleDef DSL
- roots
Garbage collection roots. distage will ignore all bindings that aren't transitive dependencies of the chosen Root keys from the plan - they will never be instantiated. Effectively, the choice of roots selects a *sub-graph* of the largest possible object graph that can be described by
bindings
- the sub-graph that only includes components designated asroots
and their transitive dependencies. On izumi.distage.model.plan.Roots.Everything garbage collection will not be performed – that would be equivalent to designating _all_ DIKeys as roots.
- Alphabetic
- By Inheritance
- PlannerInput
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PlannerInput(bindings: ModuleBase, roots: Roots, activation: Activation, locatorPrivacy: LocatorPrivacy)
- bindings
Bindings. Can be created using izumi.distage.model.definition.ModuleDef DSL
- roots
Garbage collection roots. distage will ignore all bindings that aren't transitive dependencies of the chosen Root keys from the plan - they will never be instantiated. Effectively, the choice of roots selects a *sub-graph* of the largest possible object graph that can be described by
bindings
- the sub-graph that only includes components designated asroots
and their transitive dependencies. On izumi.distage.model.plan.Roots.Everything garbage collection will not be performed – that would be equivalent to designating _all_ DIKeys as roots.
Value Members
- val activation: Activation
- val bindings: ModuleBase
- val locatorPrivacy: LocatorPrivacy
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val roots: Roots