|
||||||||||
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> rawType,
java.lang.reflect.Type type,
ClassTransformer classTransformer)
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, getActualTypeArguments, getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindings, getBindingsAsArray, getDeclaredMetaAnnotations, getDelegate, getFlattenedTypeHierarchy, getMetaAnnotations, getMetaAnnotationsAsArray, getRawType, getType, hashCode, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isParameterizedType, 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, getBindings, getBindingsAsArray, getDeclaredMetaAnnotations, getFlattenedTypeHierarchy, getMetaAnnotations, getMetaAnnotationsAsArray, getRawType, getType, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isParameterizedType, isProxyable |
Constructor Detail |
---|
public AbstractAnnotatedType(AnnotationStore annotatedItemHelper, java.lang.Class<T> rawType, java.lang.reflect.Type type, ClassTransformer classTransformer)
annotationMap
- The annotation mapMethod 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 |