final case class ProviderConstructionTarget[T](provider: Class[_ <: Provider[_ <: T]]) extends BindingTarget[T] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProviderConstructionTarget
- Serializable
- Product
- Equals
- BindingTarget
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ProviderConstructionTarget(provider: Class[_ <: Provider[_ <: T]])
Value Members
- def asJava: inject.ProviderConstructionTarget[T]
- Definition Classes
- → BindingTarget
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val provider: Class[_ <: Provider[_ <: T]]
A binding target that is provided by a provider class.
The Module class for information on how to provide bindings.