|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnnotatedType<X>
Defines alternative meta data for bean class.
Method Summary | |
---|---|
Set<AnnotatedConstructor<X>> |
getConstructors()
Returns set of bean constructors. |
Set<AnnotatedField<? super X>> |
getFields()
Returns set of bean fields. |
Class<X> |
getJavaClass()
Returns class of bean. |
Set<AnnotatedMethod<? super X>> |
getMethods()
Returns set of bean methods. |
Methods inherited from interface javax.enterprise.inject.spi.Annotated |
---|
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent |
Method Detail |
---|
Class<X> getJavaClass()
Set<AnnotatedConstructor<X>> getConstructors()
Set<AnnotatedMethod<? super X>> getMethods()
Set<AnnotatedField<? super X>> getFields()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |