T - public class SyntheticDecorator<T> extends SyntheticClassBean<T> implements Decorator<T>
Decorator created based on extension-provided InjectionTarget implementation.producer| Constructor and Description |
|---|
SyntheticDecorator(BeanAttributes<T> attributes,
Class<T> beanClass,
InjectionTargetFactory<T> factory,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
Set<Type> |
getDecoratedTypes()
Obtains the decorated types.
|
protected Set<Type> |
getDecoratedTypes(Set<Type> types) |
Set<Annotation> |
getDelegateQualifiers()
Obtains the qualifiers of the delegate injection
point.
|
Type |
getDelegateType()
Obtains the type of the delegate injection point.
|
protected InjectionPoint |
identifyDelegateInjectionPoint(Set<InjectionPoint> injectionPoints) |
create, destroy, getProducer, toStringgetBeanClass, getInjectionPointsattributes, equals, getId, getIdentifier, hashCode, isNullable, setAttributes, unwrapgetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBeanClass, getInjectionPoints, isNullablecreate, destroygetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativepublic SyntheticDecorator(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTargetFactory<T> factory, BeanManagerImpl manager)
protected InjectionPoint identifyDelegateInjectionPoint(Set<InjectionPoint> injectionPoints)
public Type getDelegateType()
DecoratorObtains the type of the delegate injection point.
getDelegateType in interface Decorator<T>public Set<Annotation> getDelegateQualifiers()
DecoratorObtains the qualifiers of the delegate injection point.
getDelegateQualifiers in interface Decorator<T>public Set<Type> getDecoratedTypes()
DecoratorObtains the decorated types.
getDecoratedTypes in interface Decorator<T>Copyright © 2016. All Rights Reserved.