T - S - public abstract class ForwardingWeldAnnotated<T,S> extends ForwardingAnnotated implements WeldAnnotated<T,S>
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS| Constructor and Description |
|---|
ForwardingWeldAnnotated() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract WeldAnnotated<T,S> |
delegate() |
java.lang.reflect.Type[] |
getActualTypeArguments()
Gets the actual type arguments for any parameterized types that this
AnnotatedItem represents.
|
java.lang.annotation.Annotation[] |
getBindingsAsArray()
Deprecated.
|
java.util.Set<java.lang.reflect.Type> |
getInterfaceClosure()
Get the type hierarchy of any interfaces implemented by this class.
|
java.lang.Class<T> |
getJavaClass()
Gets the type of the element
|
java.util.Set<java.lang.annotation.Annotation> |
getMetaAnnotations(java.lang.Class<? extends java.lang.annotation.Annotation> metaAnnotationType)
Gets all annotations which are annotated with the given meta annotation
type
|
java.lang.String |
getName()
Gets the name of this AnnotatedItem
If it is not possible to determine the name of the underling element, a
IllegalArgumentException is thrown
|
java.lang.Package |
getPackage() |
java.util.Set<java.lang.annotation.Annotation> |
getQualifiers()
Deprecated.
|
boolean |
isFinal()
Indicates if this AnnotatedItem represents a final element
|
boolean |
isGeneric() |
boolean |
isPackagePrivate() |
boolean |
isParameterizedType() |
boolean |
isPrimitive() |
boolean |
isPrivate() |
boolean |
isPublic()
Indicates if this annotated item is public
|
boolean |
isStatic()
Indicates if this AnnotatedItem represents a static element
|
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentpublic java.lang.reflect.Type[] getActualTypeArguments()
WeldAnnotatedgetActualTypeArguments in interface WeldAnnotated<T,S>public java.util.Set<java.lang.annotation.Annotation> getMetaAnnotations(java.lang.Class<? extends java.lang.annotation.Annotation> metaAnnotationType)
WeldAnnotatedgetMetaAnnotations in interface WeldAnnotated<T,S>@Deprecated public java.util.Set<java.lang.annotation.Annotation> getQualifiers()
WeldAnnotatedgetQualifiers in interface WeldAnnotated<T,S>@Deprecated public java.lang.annotation.Annotation[] getBindingsAsArray()
WeldAnnotatedgetBindingsAsArray in interface WeldAnnotated<T,S>public java.lang.String getName()
WeldAnnotatedgetName in interface WeldAnnotated<T,S>public java.lang.Class<T> getJavaClass()
WeldAnnotatedgetJavaClass in interface WeldAnnotated<T,S>public boolean isFinal()
WeldAnnotatedisFinal in interface WeldAnnotated<T,S>public boolean isStatic()
WeldAnnotatedisStatic in interface WeldAnnotated<T,S>public boolean isGeneric()
isGeneric in interface WeldAnnotated<T,S>public boolean isPublic()
WeldAnnotatedisPublic in interface WeldAnnotated<T,S>public boolean isPrivate()
isPrivate in interface WeldAnnotated<T,S>public boolean isPackagePrivate()
isPackagePrivate in interface WeldAnnotated<T,S>public java.lang.Package getPackage()
getPackage in interface WeldAnnotated<T,S>protected abstract WeldAnnotated<T,S> delegate()
delegate in class ForwardingAnnotatedpublic java.util.Set<java.lang.reflect.Type> getInterfaceClosure()
WeldAnnotatedgetInterfaceClosure in interface WeldAnnotated<T,S>public boolean isParameterizedType()
isParameterizedType in interface WeldAnnotated<T,S>public boolean isPrimitive()
isPrimitive in interface WeldAnnotated<T,S>Copyright © 2014 Seam Framework. All Rights Reserved.