object GuiceableModule extends GuiceableModuleConversions
Ordering
- Alphabetic
- By Inheritance
Inherited
- GuiceableModule
- GuiceableModuleConversions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- implicit def fromGuiceModule(guiceModule: com.google.inject.Module): GuiceableModule
- Definition Classes
- GuiceableModuleConversions
- implicit def fromGuiceModules(guiceModules: Seq[com.google.inject.Module]): GuiceableModule
- Definition Classes
- GuiceableModuleConversions
- implicit def fromPlayBinding(binding: Binding[_]): GuiceableModule
- Definition Classes
- GuiceableModuleConversions
- implicit def fromPlayBindings(bindings: Seq[Binding[_]]): GuiceableModule
- Definition Classes
- GuiceableModuleConversions
- implicit def fromPlayModule(playModule: Module): GuiceableModule
- Definition Classes
- GuiceableModuleConversions
- implicit def fromPlayModules(playModules: Seq[Module]): GuiceableModule
- Definition Classes
- GuiceableModuleConversions
- def guice(bindings: Seq[Binding[_]], binderOptions: Set[BinderOption]): com.google.inject.Module
Convert the given Play bindings to a Guice module.
Convert the given Play bindings to a Guice module.
- Definition Classes
- GuiceableModuleConversions
- def guice(env: Environment, conf: Configuration, binderOptions: Set[BinderOption])(module: Module): com.google.inject.Module
Convert the given Play module to a Guice module.
Convert the given Play module to a Guice module.
- Definition Classes
- GuiceableModuleConversions
- def guiceable(module: Any): GuiceableModule
Attempt to convert a module of unknown type to a GuiceableModule.
- def guiced(env: Environment, conf: Configuration, binderOptions: Set[BinderOption])(builders: Seq[GuiceableModule]): Seq[com.google.inject.Module]
Apply GuiceableModules to create Guice modules.
- def loadModules(environment: Environment, configuration: Configuration): Seq[GuiceableModule]
Loading and converting Guice modules.