|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem<T,java.lang.Class<T>>
org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType<T>
T - public abstract class AbstractAnnotatedType<T>
Represents an abstract annotated type This class is immutable, and therefore threadsafe
| Field Summary |
|---|
| Fields inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
|---|
MAPPED_METAANNOTATIONS |
| Constructor Summary | |
|---|---|
AbstractAnnotatedType(AnnotationStore annotatedItemHelper,
java.lang.Class<T> type)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name of the type |
java.lang.String |
getSimpleName()
|
AnnotatedClass<?> |
getSuperclass()
Gets the superclass abstraction of the type |
boolean |
isEquivalent(java.lang.Class<?> clazz)
Check if this is equivalent to a java class |
boolean |
isFinal()
Indicates if the type if final |
boolean |
isPublic()
Indicates if this annotated item is public |
boolean |
isStatic()
Indicates if the type is static |
java.lang.String |
toString()
Gets a string representation of the type |
| Methods inherited from class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem |
|---|
equals, getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindingTypes, getBindingTypesAsArray, getDeclaredMetaAnnotations, getDelegate, getMetaAnnotations, getMetaAnnotationsAsArray, hashCode, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isProxyable |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
|---|
getActualTypeArguments, getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindingTypes, getBindingTypesAsArray, getDeclaredMetaAnnotations, getMetaAnnotations, getMetaAnnotationsAsArray, getType, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isProxyable |
| Constructor Detail |
|---|
public AbstractAnnotatedType(AnnotationStore annotatedItemHelper,
java.lang.Class<T> type)
annotationMap - The annotation map| Method Detail |
|---|
public boolean isStatic()
isStatic in interface AnnotatedItem<T,java.lang.Class<T>>AnnotatedItem.isStatic()public boolean isFinal()
isFinal in interface AnnotatedItem<T,java.lang.Class<T>>AnnotatedItem.isFinal()public boolean isPublic()
AnnotatedItem
isPublic in interface AnnotatedItem<T,java.lang.Class<T>>public java.lang.String getName()
getName in interface AnnotatedItem<T,java.lang.Class<T>>AnnotatedItem.getName()public AnnotatedClass<?> getSuperclass()
getSuperclass in interface AnnotatedType<T>public boolean isEquivalent(java.lang.Class<?> clazz)
AnnotatedType
isEquivalent in interface AnnotatedType<T>clazz - The Java class
public java.lang.String toString()
toString in class AbstractAnnotatedItem<T,java.lang.Class<T>>public java.lang.String getSimpleName()
getSimpleName in interface AnnotatedType<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||