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