Package org.jboss.weld.bean.builtin
Class FacadeInjectionPoint
- java.lang.Object
-
- org.jboss.weld.injection.ForwardingInjectionPoint
-
- org.jboss.weld.bean.builtin.FacadeInjectionPoint
-
- All Implemented Interfaces:
InjectionPoint
,Serializable
public class FacadeInjectionPoint extends ForwardingInjectionPoint implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FacadeInjectionPoint(BeanManagerImpl manager, InjectionPoint injectionPoint, Type rawType, Type subtype, Set<Annotation> existingQualifiers, Annotation[] newQualifiers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InjectionPoint
delegate()
Set<Annotation>
getQualifiers()
Get the required qualifiers of the injection point.Type
getType()
Get the required type of injection point.-
Methods inherited from class org.jboss.weld.injection.ForwardingInjectionPoint
equals, getAnnotated, getBean, getMember, hashCode, isDelegate, isTransient, toString
-
-
-
-
Constructor Detail
-
FacadeInjectionPoint
public FacadeInjectionPoint(BeanManagerImpl manager, InjectionPoint injectionPoint, Type rawType, Type subtype, Set<Annotation> existingQualifiers, Annotation[] newQualifiers)
-
-
Method Detail
-
delegate
protected InjectionPoint delegate()
- Specified by:
delegate
in classForwardingInjectionPoint
-
getType
public Type getType()
Description copied from interface:InjectionPoint
Get the required type of injection point.- Specified by:
getType
in interfaceInjectionPoint
- Overrides:
getType
in classForwardingInjectionPoint
- Returns:
- the required type
-
getQualifiers
public Set<Annotation> getQualifiers()
Description copied from interface:InjectionPoint
Get the required qualifiers of the injection point.- Specified by:
getQualifiers
in interfaceInjectionPoint
- Overrides:
getQualifiers
in classForwardingInjectionPoint
- Returns:
- the required qualifiers
-
-