Binding<T>
, Element
, HasDependencies
public interface ConstructorBinding<T> extends Binding<T>, HasDependencies
Modifier and Type | Method | 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<org.aopalliance.intercept.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()
Set<InjectionPoint> getInjectableMembers()
type
.Copyright © 2006–2018 Google, Inc.. All rights reserved.