Packages

c

play.api.inject

ProviderTarget

final case class ProviderTarget[T](provider: Provider[_ <: T]) extends BindingTarget[T] with Product with Serializable

A binding target that is provided by a provider instance.

Source
Binding.scala
See also

The Module class for information on how to provide bindings.

Linear Supertypes
Serializable, Product, Equals, BindingTarget[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProviderTarget
  2. Serializable
  3. Product
  4. Equals
  5. BindingTarget
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProviderTarget(provider: Provider[_ <: T])

Value Members

  1. def asJava: inject.ProviderTarget[T]
    Definition Classes
    ProviderTargetBindingTarget
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val provider: Provider[_ <: T]