|
||||||||||
| 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
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem |
|---|
AbstractAnnotatedItem.AnnotationMap |
| Field Summary |
|---|
| Fields inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
|---|
MAPPED_METAANNOTATIONS |
| Constructor Summary | |
|---|---|
AbstractAnnotatedType(AbstractAnnotatedItem.AnnotationMap annotationMap,
java.lang.Class<T> type)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name of the type |
AnnotatedClass<java.lang.Object> |
getSuperclass()
Gets the superclass abstraction of the type |
boolean |
isFinal()
Indicates if the type if final |
boolean |
isStatic()
Indicates if the type is static |
java.lang.String |
toDetailedString()
|
java.lang.String |
toString()
Gets a string representation of the type |
| Methods inherited from class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem |
|---|
buildAnnotationMap, buildAnnotationMap, equals, getAnnotation, getAnnotationMap, getAnnotations, getBindingTypes, getBindingTypesAsArray, getDelegate, getMetaAnnotations, getMetaAnnotationsAsArray, getParameterValues, getParameterValues, hashCode, isAnnotationPresent, isAssignableFrom, isAssignableFrom, 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, getType |
| Constructor Detail |
|---|
public AbstractAnnotatedType(AbstractAnnotatedItem.AnnotationMap annotationMap,
java.lang.Class<T> type)
annotationMap - The annotation map| Method Detail |
|---|
public boolean isStatic()
AnnotatedItem.isStatic()public boolean isFinal()
AnnotatedItem.isFinal()public java.lang.String getName()
AnnotatedItem.getName()public AnnotatedClass<java.lang.Object> getSuperclass()
public java.lang.String toString()
toString in class AbstractAnnotatedItem<T,java.lang.Class<T>>public java.lang.String toDetailedString()
toDetailedString in class AbstractAnnotatedItem<T,java.lang.Class<T>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||