public class FacadeInjectionPoint extends ForwardingInjectionPoint implements java.io.Serializable
| Constructor and Description |
|---|
FacadeInjectionPoint(BeanManagerImpl manager,
InjectionPoint injectionPoint,
java.lang.reflect.Type subtype,
java.util.Set<java.lang.annotation.Annotation> existingQualifiers,
java.lang.annotation.Annotation[] newQualifiers) |
| Modifier and Type | Method and Description |
|---|---|
protected InjectionPoint |
delegate() |
java.util.Set<java.lang.annotation.Annotation> |
getQualifiers()
Get the required qualifiers of the injection point.
|
java.lang.reflect.Type |
getType()
Get the required type of injection point.
|
equals, getAnnotated, getBean, getMember, hashCode, isDelegate, isTransient, toStringpublic FacadeInjectionPoint(BeanManagerImpl manager, InjectionPoint injectionPoint, java.lang.reflect.Type subtype, java.util.Set<java.lang.annotation.Annotation> existingQualifiers, java.lang.annotation.Annotation[] newQualifiers)
protected InjectionPoint delegate()
delegate in class ForwardingInjectionPointpublic java.lang.reflect.Type getType()
InjectionPointgetType in interface InjectionPointgetType in class ForwardingInjectionPointpublic java.util.Set<java.lang.annotation.Annotation> getQualifiers()
InjectionPointgetQualifiers in interface InjectionPointgetQualifiers in class ForwardingInjectionPointCopyright © 2015. All Rights Reserved.