public class DynamicLookupInjectionPoint extends ForwardingInjectionPoint implements Serializable
InjectionPoint
that represents an injected Event
or Instance
object.1.1 5.5.7
,
Serialized FormConstructor 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, toString
public DynamicLookupInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint, Type type, Set<Annotation> qualifiers)
protected javax.enterprise.inject.spi.InjectionPoint delegate()
delegate
in class ForwardingInjectionPoint
public Type getType()
getType
in interface javax.enterprise.inject.spi.InjectionPoint
getType
in class ForwardingInjectionPoint
public Set<Annotation> getQualifiers()
getQualifiers
in interface javax.enterprise.inject.spi.InjectionPoint
getQualifiers
in class ForwardingInjectionPoint
Copyright © 2016. All rights reserved.