| 
 | ||||||||||
| 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 | |
|---|---|
|  java.util.Set<java.lang.reflect.Type> | getDecoratedTypes()Obtains the decorated types. | 
|  java.util.Set<java.lang.annotation.Annotation> | getDelegateQualifiers()Obtains the qualifiers of the delegate injection point. | 
|  java.lang.reflect.Type | getDelegateType()Obtains the type of the delegate injection point. | 
| Methods inherited from interface javax.enterprise.inject.spi.Bean | 
|---|
| getBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullable | 
| Methods inherited from interface javax.enterprise.context.spi.Contextual | 
|---|
| create, destroy | 
| Method Detail | 
|---|
java.lang.reflect.Type getDelegateType()
Obtains the type of the delegate injection point.
java.util.Set<java.lang.annotation.Annotation> getDelegateQualifiers()
Obtains the qualifiers of the delegate injection point.
java.util.Set<java.lang.reflect.Type> getDecoratedTypes()
Obtains the decorated types.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||