|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the class of the bean instancepublic interface BeanAttributes<T>
The BeanAttributes interface exposes the basic attributes of a bean.
Method Summary | |
---|---|
String |
getName()
Obtains the EL name of a bean, if it has one. |
Set<Annotation> |
getQualifiers()
Obtains the qualifiers of the bean. |
Class<? extends Annotation> |
getScope()
Obtains the scope of the bean. |
Set<Class<? extends Annotation>> |
getStereotypes()
Obtains the stereotypes of the bean. |
Set<Type> |
getTypes()
Obtains the bean types of the bean. |
boolean |
isAlternative()
Determines if the bean is an alternative. |
boolean |
isNullable()
Determines if Contextual.create(CreationalContext)
sometimes return a null value. |
Method Detail |
---|
Set<Type> getTypes()
Set<Annotation> getQualifiers()
Class<? extends Annotation> getScope()
String getName()
Set<Class<? extends Annotation>> getStereotypes()
boolean isAlternative()
boolean isNullable()
Contextual.create(CreationalContext)
sometimes return a null value.
create()
method may return a null value, and
false otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |