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:
jakarta.enterprise.inject.spi.InjectionPoint,Serializable
public class DynamicLookupInjectionPoint extends ForwardingInjectionPoint implements Serializable
InjectionPointthat represents an injectedEventorInstanceobject.- Author:
- Jozef Hartinger
- See Also:
1.1 5.5.7, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DynamicLookupInjectionPoint(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint, Type type, Set<Annotation> qualifiers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected jakarta.enterprise.inject.spi.InjectionPointdelegate()Set<Annotation>getQualifiers()TypegetType()-
Methods inherited from class org.jboss.weld.injection.ForwardingInjectionPoint
equals, getAnnotated, getBean, getMember, hashCode, isDelegate, isTransient, toString
-
-
-
-
Constructor Detail
-
DynamicLookupInjectionPoint
public DynamicLookupInjectionPoint(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint, Type type, Set<Annotation> qualifiers)
-
-
Method Detail
-
delegate
protected jakarta.enterprise.inject.spi.InjectionPoint delegate()
- Specified by:
delegatein classForwardingInjectionPoint
-
getType
public Type getType()
- Specified by:
getTypein interfacejakarta.enterprise.inject.spi.InjectionPoint- Overrides:
getTypein classForwardingInjectionPoint
-
getQualifiers
public Set<Annotation> getQualifiers()
- Specified by:
getQualifiersin interfacejakarta.enterprise.inject.spi.InjectionPoint- Overrides:
getQualifiersin classForwardingInjectionPoint
-
-