T - the decorator bean classBean<T>, BeanAttributes<T>, Contextual<T>public interface Decorator<T> extends Bean<T>
Represents an enabled decorator.
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
getBeanClass, getInjectionPoints, isNullablegetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativecreate, destroyjava.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.