public interface ConstructorBinding<T> extends Binding<T>, HasDependencies
| Modifier and Type | Method and Description |
|---|---|
InjectionPoint |
getConstructor()
Gets the constructor this binding injects.
|
Set |
getInjectableMembers()
Returns all instance method and field injection points on
type.
|
Map |
getMethodInterceptors()
Returns the interceptors applied to each method, in the order that they will be applied.
|
acceptScopingVisitor, acceptTargetVisitor, getKey, getProvideracceptVisitor, applyTo, getSourcegetDependenciesInjectionPointgetConstructor()
Set<InjectionPoint > getInjectableMembers()
type.