play.api.inject.guice.GuiceableModule
See theGuiceableModule companion trait
object GuiceableModule extends GuiceableModuleConversions
Loading and converting Guice modules.
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
GuiceableModule.type
Members list
Value members
Concrete methods
Attempt to convert a module of unknown type to a GuiceableModule.
Attempt to convert a module of unknown type to a GuiceableModule.
Attributes
def guiced(env: Environment, conf: Configuration, binderOptions: Set[BinderOption])(builders: Seq[GuiceableModule]): Seq[Module]
Apply GuiceableModules to create Guice modules.
Apply GuiceableModules to create Guice modules.
Attributes
Inherited methods
Convert the given Play bindings to a Guice module.
Convert the given Play bindings to a Guice module.
Attributes
- Inherited from:
- GuiceableModuleConversions
def guice(env: Environment, conf: Configuration, binderOptions: Set[BinderOption])(module: Module): Module
Convert the given Play module to a Guice module.
Convert the given Play module to a Guice module.
Attributes
- Inherited from:
- GuiceableModuleConversions
Implicits
Inherited implicits
Attributes
- Inherited from:
- GuiceableModuleConversions
Attributes
- Inherited from:
- GuiceableModuleConversions
Attributes
- Inherited from:
- GuiceableModuleConversions
Attributes
- Inherited from:
- GuiceableModuleConversions
Attributes
- Inherited from:
- GuiceableModuleConversions
Attributes
- Inherited from:
- GuiceableModuleConversions
In this article