|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnnotatedClass<T>
Represents a Class
| Field Summary |
|---|
| Fields inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
|---|
MAPPED_METAANNOTATIONS |
| Method Summary | |
|---|---|
java.util.Set<AnnotatedConstructor<T>> |
getAnnotatedConstructors(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Gets all constructors which are annotated with annotationType |
java.util.Set<AnnotatedField<?>> |
getAnnotatedFields(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Gets all fields which are annotated with the given annotation type on this class and all super classes |
java.util.Set<AnnotatedMethod<?>> |
getAnnotatedMethods(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Gets all methods annotated with annotationType |
AnnotatedConstructor<T> |
getConstructor(java.util.List<java.lang.Class<?>> arguments)
Gets the constructor with arguments given |
java.util.Set<AnnotatedConstructor<T>> |
getConstructors()
Gets all constructors |
java.util.Set<AnnotatedField<?>> |
getDeclaredAnnotatedFields(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Gets all fields which are annotated with the given annotation type on this class only. |
java.util.Set<AnnotatedMethod<?>> |
getDeclaredAnnotatedMethods(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Gets all methods annotated with annotationType |
AnnotatedMethod<?> |
getDeclaredMethod(java.lang.reflect.Method method)
|
java.util.Set<AnnotatedMethod<?>> |
getDeclaredMethodsWithAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Gets all with parameters annotated with annotationType |
java.util.Set<AnnotatedField<?>> |
getFields()
Gets all fields on the type |
java.util.Set<AnnotatedField<?>> |
getMetaAnnotatedFields(java.lang.Class<? extends java.lang.annotation.Annotation> metaAnnotationType)
Gets all fields which are meta-annotated with metaAnnotationType |
AnnotatedMethod<?> |
getMethod(java.lang.reflect.Method method)
Find the annotated method for a given methodDescriptor |
java.util.Set<AnnotatedMethod<?>> |
getMethodsWithAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Gets all with parameters annotated with annotationType |
AnnotatedClass<?> |
getSuperclass()
Gets the superclass. |
boolean |
isNonStaticMemberClass()
Determine if this is a non-static member class |
boolean |
isParameterizedType()
|
| Methods inherited from interface org.jboss.webbeans.introspector.AnnotatedType |
|---|
getSimpleName, isEquivalent |
| Methods inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
|---|
getActualTypeArguments, getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindingTypes, getBindingTypesAsArray, getDeclaredMetaAnnotations, getMetaAnnotations, getMetaAnnotationsAsArray, getName, getType, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isFinal, isProxyable, isPublic, isStatic |
| Method Detail |
|---|
java.util.Set<AnnotatedField<?>> getFields()
java.util.Set<AnnotatedField<?>> getAnnotatedFields(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
annotationType - The annotation to match
java.util.Set<AnnotatedField<?>> getDeclaredAnnotatedFields(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
annotationType - The annotation to match
java.util.Set<AnnotatedField<?>> getMetaAnnotatedFields(java.lang.Class<? extends java.lang.annotation.Annotation> metaAnnotationType)
metaAnnotationType - The meta annotation to match
java.util.Set<AnnotatedConstructor<T>> getAnnotatedConstructors(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
annotationType - The annotation type to match
java.util.Set<AnnotatedConstructor<T>> getConstructors()
AnnotatedConstructor<T> getConstructor(java.util.List<java.lang.Class<?>> arguments)
arguments - The list of arguments to match
java.util.Set<AnnotatedMethod<?>> getAnnotatedMethods(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
annotationType - The annotation to match
java.util.Set<AnnotatedMethod<?>> getDeclaredAnnotatedMethods(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
annotationType - The annotation to match
AnnotatedMethod<?> getMethod(java.lang.reflect.Method method)
methodDescriptor -
AnnotatedMethod<?> getDeclaredMethod(java.lang.reflect.Method method)
java.util.Set<AnnotatedMethod<?>> getMethodsWithAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
annotationType - The annotation to match
java.util.Set<AnnotatedMethod<?>> getDeclaredMethodsWithAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
annotationType - The annotation to match
AnnotatedClass<?> getSuperclass()
getSuperclass in interface AnnotatedType<T>boolean isNonStaticMemberClass()
boolean isParameterizedType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||