Packages

final class BootstrapLocator extends AbstractLocator

Linear Supertypes
AbstractLocator, Locator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BootstrapLocator
  2. AbstractLocator
  3. Locator
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BootstrapLocator(bindings0: BootstrapContextModule, bootstrapActivation: Activation)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def allInstances: Seq[IdentifiedRef]

    ALL instances contained in this locator and in ALL the parent locators, including injector bootstrap environment.

    ALL instances contained in this locator and in ALL the parent locators, including injector bootstrap environment. Returned keys may overlap, if parent locators contain objects for the same key.

    Definition Classes
    Locator
    See also

    izumi.distage.bootstrap.BootstrapLocator

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. def finalizers[F[_]](implicit arg0: TagK[F]): Seq[Finalizer[F]]
    Definition Classes
    BootstrapLocatorLocator
  11. final def find[T](id: Identifier)(implicit arg0: Tag[T]): Option[T]
    Definition Classes
    AbstractLocatorLocator
  12. final def find[T](implicit arg0: Tag[T]): Option[T]
    Definition Classes
    AbstractLocatorLocator
  13. final def get[T](id: Identifier)(implicit arg0: Tag[T]): T
    Definition Classes
    AbstractLocatorLocator
  14. final def get[T](implicit arg0: Tag[T]): T
    Definition Classes
    AbstractLocatorLocator
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. lazy val index: Map[DIKey, Any]
    Definition Classes
    BootstrapLocatorLocator
  18. def instances: Seq[IdentifiedRef]

    Instances in order of creation

    Instances in order of creation

    returns

    *Only* instances contained in this Locator, *NOT* instances in parent Locators. All the keys must be unique

    Definition Classes
    BootstrapLocatorLocator
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def lookupInstance[T](key: DIKey)(implicit arg0: Tag[T]): Option[T]
    Definition Classes
    AbstractLocatorLocator
  21. final def lookupInstanceOrThrow[T](key: DIKey)(implicit arg0: Tag[T]): T
    Definition Classes
    AbstractLocatorLocator
  22. def lookupLocalUnsafe(key: DIKey): Option[Any]
    Attributes
    protected
    Definition Classes
    BootstrapLocatorAbstractLocator
  23. final def lookupRef[T](key: DIKey)(implicit arg0: Tag[T]): Option[TypedRef[T]]
    Definition Classes
    AbstractLocatorLocator
  24. final def lookupRefOrThrow[T](key: DIKey)(implicit arg0: Tag[T]): TypedRef[T]
    Definition Classes
    AbstractLocatorLocator
  25. def meta: LocatorMeta
    Definition Classes
    BootstrapLocatorLocator
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val parent: Option[AbstractLocator]
    Definition Classes
    BootstrapLocatorLocator
  30. val plan: OrderedPlan
    Definition Classes
    BootstrapLocatorLocator
  31. final def run[T](function: Functoid[T]): T

    Run function filling all the arguments from locator contents.

    Run function filling all the arguments from locator contents.

    Works similarly to provider bindings.

    Definition Classes
    Locator
    See also

    izumi.distage.model.providers.Functoid

  32. final def runOption[T](function: Functoid[T]): Option[T]
    Definition Classes
    Locator
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AbstractLocator

Inherited from Locator

Inherited from AnyRef

Inherited from Any

Ungrouped