public abstract class AbstractInferringInjectionPointAttributes<T,S> extends java.lang.Object implements WeldInjectionPointAttributes<T,S>, java.io.Serializable
| Constructor and Description |
|---|
AbstractInferringInjectionPointAttributes(EnhancedAnnotated<?,?> annotatedElement,
java.lang.String contextId,
Bean<?> bean,
java.util.Set<java.lang.annotation.Annotation> qualifiers,
java.lang.Class<?> declaringComponentClass) |
| Modifier and Type | Method and Description |
|---|---|
Bean<?> |
getBean() |
abstract java.lang.reflect.Member |
getMember() |
<X extends java.lang.annotation.Annotation> |
getQualifier(java.lang.Class<X> annotationType)
Returns an instance of a given qualifier annotation or null if a given qualifier is not present on the injection point.
|
java.util.Set<java.lang.annotation.Annotation> |
getQualifiers() |
java.lang.reflect.Type |
getType() |
boolean |
isDelegate() |
boolean |
isTransient() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotatedpublic AbstractInferringInjectionPointAttributes(EnhancedAnnotated<?,?> annotatedElement, java.lang.String contextId, Bean<?> bean, java.util.Set<java.lang.annotation.Annotation> qualifiers, java.lang.Class<?> declaringComponentClass)
public java.lang.reflect.Type getType()
getType in interface InjectionPointpublic java.util.Set<java.lang.annotation.Annotation> getQualifiers()
getQualifiers in interface InjectionPointpublic Bean<?> getBean()
getBean in interface InjectionPointpublic boolean isDelegate()
isDelegate in interface InjectionPointpublic boolean isTransient()
isTransient in interface InjectionPointpublic abstract java.lang.reflect.Member getMember()
getMember in interface InjectionPointpublic java.lang.String toString()
toString in class java.lang.Objectpublic <X extends java.lang.annotation.Annotation> X getQualifier(java.lang.Class<X> annotationType)
WeldInjectionPointAttributesgetQualifier in interface WeldInjectionPointAttributes<T,S>Copyright © 2015. All Rights Reserved.