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