- Type Parameters:
- T- the decorator bean class
- All Superinterfaces:
- Bean<T>,- BeanAttributes<T>,- Contextual<T>
Represents an enabled decorator.
 Since CDI 2.0, an implementation of this interface may implement Prioritized in order to enable the decorator with
 given priority value for entire application.
 
CDI Lite implementations are not required to provide support for decorators.
- 
Method SummaryModifier and TypeMethodDescriptionObtains the decorated types.Obtains the qualifiers of the delegate injection point.Obtains the type of the delegate injection point.Methods inherited from interface jakarta.enterprise.inject.spi.BeangetBeanClass, getInjectionPointsMethods inherited from interface jakarta.enterprise.inject.spi.BeanAttributesgetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeMethods inherited from interface jakarta.enterprise.context.spi.Contextualcreate, destroy
- 
Method Details- 
getDelegateType
- 
getDelegateQualifiersSet<Annotation> getDelegateQualifiers()Obtains the qualifiers of the delegate injection point. - Returns:
- the delegate qualifiers
 
- 
getDecoratedTypes
 
-