|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
X - the typepublic interface AnnotatedType<X>
Represents a Java class or interface.
Class| Method Summary | |
|---|---|
java.util.Set<AnnotatedConstructor<X>> |
getConstructors()
Get the constructors of the type. |
java.util.Set<AnnotatedField<? super X>> |
getFields()
Get the fields of the type. |
java.lang.Class<X> |
getJavaClass()
Get the underlying Class. |
java.util.Set<AnnotatedMethod<? super X>> |
getMethods()
Get the methods of the type. |
| Methods inherited from interface javax.enterprise.inject.spi.Annotated |
|---|
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent |
| Method Detail |
|---|
java.lang.Class<X> getJavaClass()
Get the underlying Class.
Classjava.util.Set<AnnotatedConstructor<X>> getConstructors()
Get the constructors of the type. If an empty set is returned, a default constructor with no parameters will be assumed.
java.util.Set<AnnotatedMethod<? super X>> getMethods()
Get the methods of the type.
java.util.Set<AnnotatedField<? super X>> getFields()
Get the fields of the type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||