Packages

c

scaldi.play

BuiltinScaldiModule

class BuiltinScaldiModule extends Module

Linear Supertypes
Module, ShutdownHookLifecycleManager, LifecycleManager, MutableInjectorUser, Injectable, Wire, InjectorWithLifecycle[Module], MutableInjector, Initializeable[Module], Freezable, Injector, WordBinder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BuiltinScaldiModule
  2. Module
  3. ShutdownHookLifecycleManager
  4. LifecycleManager
  5. MutableInjectorUser
  6. Injectable
  7. Wire
  8. InjectorWithLifecycle
  9. MutableInjector
  10. Initializeable
  11. Freezable
  12. Injector
  13. WordBinder
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BuiltinScaldiModule(cacheControllers: Boolean, classLoader: ClassLoader, mode: Mode)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ++[I <: Injector, R <: Injector](other: I)(implicit comp: CanCompose[BuiltinScaldiModule.this.type, I, R]): R
    Definition Classes
    Injector
  4. def ::[I <: Injector, R <: Injector](other: I)(implicit comp: CanCompose[I, BuiltinScaldiModule.this.type, R]): R
    Definition Classes
    Injector
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val IgnoringErrorHandler: (Throwable) ⇒ Boolean
    Definition Classes
    LifecycleManager
  7. def addDestroyable(fn: () ⇒ Unit): Unit
    Definition Classes
    ShutdownHookLifecycleManager → LifecycleManager
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def bind[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): BindHelper[T]
    Definition Classes
    WordBinder
  10. def binding: BindHelper[Any]
    Definition Classes
    WordBinder
  11. val by: ByWord
    Attributes
    protected
    Definition Classes
    Injectable
  12. implicit def canBeIdentifiedToConstraints[T](target: T)(implicit arg0: CanBeIdentifier[T]): InjectConstraints[Nothing]
    Attributes
    protected
    Definition Classes
    Injectable
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def destroy(errorHandler: (Throwable) ⇒ Boolean): Unit
    Definition Classes
    ShutdownHookLifecycleManager → LifecycleManager
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getBinding(identifiers: List[Identifier]): Option[Binding]
    Definition Classes
    InjectorWithLifecycle → Injector
  19. def getBindingInternal(identifiers: List[Identifier]): Option[BindingWithLifecycle]
    Definition Classes
    Module → InjectorWithLifecycle
  20. final def getBindings(identifiers: List[Identifier]): List[Binding]
    Definition Classes
    InjectorWithLifecycle → Injector
  21. def getBindingsInternal(identifiers: List[Identifier]): List[BindingWithLifecycle]
    Definition Classes
    Module → InjectorWithLifecycle
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  24. val identified: IdentifiedWord[Nothing]
    Attributes
    protected
    Definition Classes
    Injectable
  25. def init(lifecycleManager: LifecycleManager): () ⇒ Unit
    Attributes
    protected
    Definition Classes
    Module → Initializeable
  26. def initEagerWordBindings(lifecycleManager: LifecycleManager): () ⇒ Unit
    Attributes
    protected
    Definition Classes
    WordBinder
  27. def initNonLazy(): Module
    Definition Classes
    Initializeable
  28. def inject[T](constraints: ⇒ InjectConstraints[T])(implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): T
    Attributes
    protected
    Definition Classes
    Injectable
  29. def inject[T](implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): T
    Attributes
    protected
    Definition Classes
    Injectable
  30. def injectAll(identifiers: Identifier*)(implicit injector: Injector): List[Any]
    Attributes
    protected
    Definition Classes
    Injectable
  31. def injectAllOfType[T](identifiers: Identifier*)(implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): List[T]
    Attributes
    protected
    Definition Classes
    Injectable
  32. def injectAllOfType[T](implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): List[T]
    Attributes
    protected
    Definition Classes
    Injectable
  33. def injectProvider[T](constraints: ⇒ InjectConstraints[T])(implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): () ⇒ T
    Attributes
    protected
    Definition Classes
    Injectable
  34. def injectProvider[T](implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): () ⇒ T
    Attributes
    protected
    Definition Classes
    Injectable
  35. def injectWithConstructorDefault[T, C](paramName: String)(implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], ct: scala.reflect.api.JavaUniverse.TypeTag[C]): T
    Attributes
    protected
    Definition Classes
    Injectable
  36. def injectWithDefault[T](injector: Injector, default: ⇒ T)(identifiers: List[Identifier]): T
    Attributes
    protected
    Definition Classes
    Injectable
  37. macro def injected[T](overrides: Tuple2[String, _]*): T
    Definition Classes
    Wire
  38. macro def injected[T](overrides: Tuple2[Symbol, _]*): T
    Definition Classes
    Wire
  39. macro def injected[T]: T
    Definition Classes
    Wire
  40. implicit def injector: Injector
    Definition Classes
    MutableInjectorUser
  41. implicit val injectorFn: () ⇒ Injector
    Definition Classes
    MutableInjectorUser
  42. def injector_=(newParentInjector: Injector): Unit
    Definition Classes
    MutableInjectorUser
  43. def isFrozen: Boolean
    Attributes
    protected
    Definition Classes
    Initializeable → Freezable
  44. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def noBindingFound(identifiers: List[Identifier]): Nothing
    Attributes
    protected
    Definition Classes
    Injectable
  47. def notRequired(identifier: Identifier): Identifier
    Definition Classes
    WordBinder
  48. final def notify(): Unit
    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  50. def partialInit(lifecycleManager: LifecycleManager): Option[() ⇒ Unit]
    Definition Classes
    Initializeable
  51. def required(identifier: Identifier): Identifier
    Definition Classes
    WordBinder
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def when(condition: ⇒ Condition)(fn: ⇒ Unit): Unit
    Definition Classes
    WordBinder
  58. lazy val wordBindings: List[BindingWithLifecycle]
    Definition Classes
    WordBinder

Inherited from Module

Inherited from ShutdownHookLifecycleManager

Inherited from LifecycleManager

Inherited from MutableInjectorUser

Inherited from Injectable

Inherited from Wire

Inherited from InjectorWithLifecycle[Module]

Inherited from MutableInjector

Inherited from Initializeable[Module]

Inherited from Freezable

Inherited from Injector

Inherited from WordBinder

Inherited from AnyRef

Inherited from Any

Ungrouped