|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the decorator bean classpublic interface Decorator<T>
Represents an enabled decorator.
Method Summary | |
---|---|
Set<Type> |
getDecoratedTypes()
Obtains the decorated types. |
Set<Annotation> |
getDelegateQualifiers()
Obtains the qualifiers of the delegate injection point. |
Type |
getDelegateType()
Obtains the type of the delegate injection point. |
Methods inherited from interface javax.enterprise.inject.spi.Bean |
---|
getBeanClass, getInjectionPoints |
Methods inherited from interface javax.enterprise.context.spi.Contextual |
---|
create, destroy |
Methods inherited from interface javax.enterprise.inject.spi.BeanAttributes |
---|
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullable |
Method Detail |
---|
Type getDelegateType()
Obtains the type of the delegate injection point.
Set<Annotation> getDelegateQualifiers()
Obtains the qualifiers of the delegate injection point.
Set<Type> getDecoratedTypes()
Obtains the decorated types.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |