com.google.inject.spi.ProviderInstanceBinding<T> |
A binding to a provider instance. The provider's get
method is invoked to resolve
injections.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the field and method injection points of the provider, injected at injector-creation
time only.
| |||||||||||
Returns the user-supplied, unscoped provider.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.inject.Binding
| |||||||||||
From interface
com.google.inject.spi.Element
| |||||||||||
From interface
com.google.inject.spi.HasDependencies
|
Returns the field and method injection points of the provider, injected at injector-creation time only.
Returns the user-supplied, unscoped provider.