com.google.inject.spi.ConstructorBinding<T> |
A binding to the constructor of a concrete clss. To resolve injections, an instance is instantiated by invoking the constructor.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the constructor this binding injects.
| |||||||||||
Returns all instance method and field injection points on
type . | |||||||||||
Returns the interceptors applied to each method, in the order that they will be applied.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.inject.Binding
| |||||||||||
From interface
com.google.inject.spi.Element
| |||||||||||
From interface
com.google.inject.spi.HasDependencies
|
Gets the constructor this binding injects.
Returns all instance method and field injection points on type
.
Returns the interceptors applied to each method, in the order that they will be applied.