ProviderTarget

play.api.inject.ProviderTarget
final case class ProviderTarget[T](provider: Provider[_ <: T]) extends BindingTarget[T]

A binding target that is provided by a provider instance.

Attributes

See also

The Module class for information on how to provide bindings.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BindingTarget[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def asJava: ProviderTarget[T]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product