Package org.jboss.weld.bean.builtin
Class DynamicLookupInjectionPoint
- java.lang.Object
-
- org.jboss.weld.injection.ForwardingInjectionPoint
-
- org.jboss.weld.bean.builtin.DynamicLookupInjectionPoint
-
- All Implemented Interfaces:
Serializable,InjectionPoint
public class DynamicLookupInjectionPoint extends ForwardingInjectionPoint implements Serializable
- Author:
- Jozef Hartinger
- See Also:
1.1 5.5.7, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DynamicLookupInjectionPoint(InjectionPoint injectionPoint, Type type, Set<Annotation> qualifiers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InjectionPointdelegate()Set<Annotation>getQualifiers()Get the required qualifiers of the injection point.TypegetType()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
-
DynamicLookupInjectionPoint
public DynamicLookupInjectionPoint(InjectionPoint injectionPoint, Type type, Set<Annotation> qualifiers)
-
-
Method Detail
-
delegate
protected InjectionPoint delegate()
- Specified by:
delegatein classForwardingInjectionPoint
-
getType
public Type getType()
Description copied from interface:InjectionPointGet the required type of injection point.- Specified by:
getTypein interfaceInjectionPoint- Overrides:
getTypein classForwardingInjectionPoint- Returns:
- the required type
-
getQualifiers
public Set<Annotation> getQualifiers()
Description copied from interface:InjectionPointGet the required qualifiers of the injection point.- Specified by:
getQualifiersin interfaceInjectionPoint- Overrides:
getQualifiersin classForwardingInjectionPoint- Returns:
- the required qualifiers
-
-