public class DynamicLookupInjectionPoint extends ForwardingInjectionPoint implements Serializable
InjectionPoint that represents an injected Event or Instance object.1.1 5.5.7,
Serialized Form| Constructor and Description |
|---|
DynamicLookupInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint,
Type type,
Set<Annotation> qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.enterprise.inject.spi.InjectionPoint |
delegate() |
Set<Annotation> |
getQualifiers() |
Type |
getType() |
equals, getAnnotated, getBean, getMember, hashCode, isDelegate, isTransient, toStringpublic DynamicLookupInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint,
Type type,
Set<Annotation> qualifiers)
protected javax.enterprise.inject.spi.InjectionPoint delegate()
delegate in class ForwardingInjectionPointpublic Type getType()
getType in interface javax.enterprise.inject.spi.InjectionPointgetType in class ForwardingInjectionPointpublic Set<Annotation> getQualifiers()
getQualifiers in interface javax.enterprise.inject.spi.InjectionPointgetQualifiers in class ForwardingInjectionPointCopyright © 2017. All rights reserved.