java.lang.Object | |
↳ | com.google.inject.spi.ProvisionListener.ProvisionInvocation<T> |
Encapsulates a single act of provisioning.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the Binding this is provisioning.
| |||||||||||
Returns the dependency chain that led to this object being provisioned.
| |||||||||||
Performs the provision, returning the object provisioned.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the Binding this is provisioning.
You must not call get()
on the provider returned by
getProvider()
, otherwise you will get confusing error messages.
Returns the dependency chain that led to this object being provisioned.
Performs the provision, returning the object provisioned.