Class

scaldi.play

ScaldiInjectorBuilder

Related Doc: package play

Permalink

final class ScaldiInjectorBuilder extends ScaldiBuilder[ScaldiInjectorBuilder]

Default empty builder for creating Scaldi-backed Injectors.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScaldiInjectorBuilder
  2. ScaldiBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScaldiInjectorBuilder()

    Permalink
  2. new ScaldiInjectorBuilder(environment: Environment = Environment.simple(), configuration: Configuration = Configuration.empty, modules: Seq[CanBeScaldiInjector] = Seq.empty, disabled: Seq[Class[_]] = Seq.empty)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def appendModule(ms: CanBeScaldiInjector*): ScaldiInjectorBuilder

    Permalink
    Definition Classes
    ScaldiBuilder
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def build(): play.api.inject.Injector

    Permalink

    Create a Play Injector backed by Scaldi using this configured builder.

  7. def buildInj(): Injector

    Permalink

    Create a Scaldi Injector using this configured builder.

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def configure(conf: (String, Any)*): ScaldiInjectorBuilder

    Permalink

    Add additional configuration.

    Add additional configuration.

    Definition Classes
    ScaldiBuilder
  10. final def configure(conf: Map[String, Any]): ScaldiInjectorBuilder

    Permalink

    Add additional configuration.

    Add additional configuration.

    Definition Classes
    ScaldiBuilder
  11. final def configure(conf: Configuration): ScaldiInjectorBuilder

    Permalink

    Add additional configuration.

    Add additional configuration.

    Definition Classes
    ScaldiBuilder
  12. final def createInjector: (Injector, play.api.inject.Injector)

    Permalink
    Attributes
    protected
    Definition Classes
    ScaldiBuilder
  13. final def disable[T](implicit tag: ClassTag[T]): ScaldiInjectorBuilder

    Permalink

    Disable module by class.

    Disable module by class.

    Definition Classes
    ScaldiBuilder
  14. final def disable(moduleClasses: Class[_]*): ScaldiInjectorBuilder

    Permalink

    * Disable modules by class.

    * Disable modules by class.

    Definition Classes
    ScaldiBuilder
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def in(classLoader: ClassLoader): ScaldiInjectorBuilder

    Permalink

    Set the environment class loader.

    Set the environment class loader.

    Definition Classes
    ScaldiBuilder
  21. final def in(mode: Mode): ScaldiInjectorBuilder

    Permalink

    Set the environment mode.

    Set the environment mode.

    Definition Classes
    ScaldiBuilder
  22. final def in(path: File): ScaldiInjectorBuilder

    Permalink

    Set the environment path.

    Set the environment path.

    Definition Classes
    ScaldiBuilder
  23. final def in(env: Environment): ScaldiInjectorBuilder

    Permalink

    Set the environment.

    Set the environment.

    Definition Classes
    ScaldiBuilder
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def newBuilder(environment: Environment, configuration: Configuration, modules: Seq[CanBeScaldiInjector] = Seq.empty, disabled: Seq[Class[_]]): ScaldiInjectorBuilder

    Permalink

    Create a new Self for this immutable builder.

    Create a new Self for this immutable builder. Provided by builder implementations.

    Attributes
    protected
    Definition Classes
    ScaldiInjectorBuilderScaldiBuilder
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def prependModule(ms: CanBeScaldiInjector*): ScaldiInjectorBuilder

    Permalink
    Definition Classes
    ScaldiBuilder
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped