|
||||||||||
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>
org.jboss.webbeans.introspector.ForwardingAnnotatedAnnotation<T>
public abstract class ForwardingAnnotatedAnnotation<T extends java.lang.annotation.Annotation>
Field Summary |
---|
Fields inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
---|
MAPPED_METAANNOTATIONS |
Constructor Summary | |
---|---|
ForwardingAnnotatedAnnotation()
|
Method Summary | |
---|---|
protected abstract AnnotatedAnnotation<T> |
delegate()
Gets the annotated item |
java.util.Set<AnnotatedMethod<?>> |
getAnnotatedMembers(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Gets all the members annotated with annotationType |
java.util.Set<AnnotatedMethod<?>> |
getMembers()
Gets all members |
Methods inherited from class org.jboss.webbeans.introspector.ForwardingAnnotatedType |
---|
getSimpleName, getSuperclass, isEquivalent |
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.AnnotatedAnnotation |
---|
getMember, getRawType |
Methods inherited from interface org.jboss.webbeans.introspector.AnnotatedType |
---|
getSimpleName, getSuperclass, isEquivalent |
Methods inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
---|
getActualTypeArguments, getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindings, getBindingsAsArray, getDeclaredMetaAnnotations, getFlattenedTypeHierarchy, getMetaAnnotations, getMetaAnnotationsAsArray, getName, getType, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isFinal, isParameterizedType, isProxyable, isPublic, isStatic |
Constructor Detail |
---|
public ForwardingAnnotatedAnnotation()
Method Detail |
---|
protected abstract AnnotatedAnnotation<T> delegate()
ForwardingAnnotatedItem
delegate
in class ForwardingAnnotatedType<T extends java.lang.annotation.Annotation>
public java.util.Set<AnnotatedMethod<?>> getAnnotatedMembers(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
AnnotatedAnnotation
getAnnotatedMembers
in interface AnnotatedAnnotation<T extends java.lang.annotation.Annotation>
annotationType
- The annotation type to match
public java.util.Set<AnnotatedMethod<?>> getMembers()
AnnotatedAnnotation
getMembers
in interface AnnotatedAnnotation<T extends java.lang.annotation.Annotation>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |