|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webbeans.introspector.ForwardingAnnotatedItem<T,java.lang.Class<T>>
org.jboss.webbeans.introspector.ForwardingAnnotatedType<T>
public abstract class ForwardingAnnotatedType<T>
Field Summary |
---|
Fields inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
---|
MAPPED_METAANNOTATIONS |
Constructor Summary | |
---|---|
ForwardingAnnotatedType()
|
Method Summary | |
---|---|
protected abstract AnnotatedType<T> |
delegate()
Gets the annotated item |
java.lang.String |
getSimpleName()
|
AnnotatedType<?> |
getSuperclass()
Gets the superclass of the type |
boolean |
isEquivalent(java.lang.Class<?> clazz)
Check if this is equivalent to a java class |
Methods inherited from class org.jboss.webbeans.introspector.ForwardingAnnotatedItem |
---|
equals, getActualTypeArguments, getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindings, getBindingsAsArray, getDeclaredMetaAnnotations, getFlattenedTypeHierarchy, getMetaAnnotations, getMetaAnnotationsAsArray, getName, getRawType, getType, hashCode, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isFinal, isParameterizedType, isProxyable, isPublic, isStatic, toString |
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, getName, getRawType, getType, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isFinal, isParameterizedType, isProxyable, isPublic, isStatic |
Constructor Detail |
---|
public ForwardingAnnotatedType()
Method Detail |
---|
protected abstract AnnotatedType<T> delegate()
ForwardingAnnotatedItem
delegate
in class ForwardingAnnotatedItem<T,java.lang.Class<T>>
public AnnotatedType<?> getSuperclass()
AnnotatedType
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 getSimpleName()
getSimpleName
in interface AnnotatedType<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |