GuiceableModuleConversions

play.api.inject.guice.GuiceableModuleConversions

Implicit conversions to GuiceableModules.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object GuiceableModule.type

Members list

Value members

Concrete methods

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

def guice(bindings: Seq[Binding[_]], binderOptions: Set[BinderOption]): Module

Convert the given Play bindings to a Guice module.

Convert the given Play bindings to a Guice module.

Attributes

Implicits

Implicits

implicit def fromGuiceModule(guiceModule: Module): GuiceableModule
implicit def fromGuiceModules(guiceModules: Seq[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