trait GuiceableModuleConversions extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- GuiceableModuleConversions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- implicit def fromGuiceModule(guiceModule: com.google.inject.Module): GuiceableModule
- implicit def fromGuiceModules(guiceModules: Seq[com.google.inject.Module]): GuiceableModule
- implicit def fromPlayBinding(binding: Binding[_]): GuiceableModule
- implicit def fromPlayBindings(bindings: Seq[Binding[_]]): GuiceableModule
- implicit def fromPlayModule(playModule: Module): GuiceableModule
- implicit def fromPlayModules(playModules: Seq[Module]): GuiceableModule
- def guice(bindings: Seq[Binding[_]], binderOptions: Set[BinderOption]): com.google.inject.Module
Convert the given Play bindings to a Guice module.
- def guice(env: Environment, conf: Configuration, binderOptions: Set[BinderOption])(module: Module): com.google.inject.Module
Convert the given Play module to a Guice module.
Implicit conversions to GuiceableModules.