t

play.api.inject.guice

GuiceableModuleConversions

trait GuiceableModuleConversions extends AnyRef

Implicit conversions to GuiceableModules.

Source
GuiceInjectorBuilder.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GuiceableModuleConversions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. implicit def fromGuiceModule(guiceModule: com.google.inject.Module): GuiceableModule
  2. implicit def fromGuiceModules(guiceModules: Seq[com.google.inject.Module]): GuiceableModule
  3. implicit def fromPlayBinding(binding: Binding[_]): GuiceableModule
  4. implicit def fromPlayBindings(bindings: Seq[Binding[_]]): GuiceableModule
  5. implicit def fromPlayModule(playModule: Module): GuiceableModule
  6. implicit def fromPlayModules(playModules: Seq[Module]): GuiceableModule
  7. def guice(bindings: Seq[Binding[_]], binderOptions: Set[BinderOption]): com.google.inject.Module

    Convert the given Play bindings to a Guice module.

  8. def guice(env: Environment, conf: Configuration, binderOptions: Set[BinderOption])(module: Module): com.google.inject.Module

    Convert the given Play module to a Guice module.