c

play.api.inject

ProviderConstructionTarget

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

A binding target that is provided by a provider class.

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. ProviderConstructionTarget
  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 ProviderConstructionTarget(provider: Class[_ <: Provider[_ <: T]])

Value Members

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