T - public class SyntheticDecorator<T> extends SyntheticClassBean<T> implements Decorator<T>
Decorator created based on extension-provided InjectionTarget implementation.producerBEAN_ID_PREFIX, BEAN_ID_SEPARATOR| Constructor and Description |
|---|
SyntheticDecorator(BeanAttributes<T> attributes,
Class<T> beanClass,
InjectionTarget<T> producer,
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, toStringcreateId, getBeanClass, getInjectionPoints, getProducer, wrapInjectionPointsattributes, equals, getId, hashCode, setAttributes, unwrapgetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullableclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBeanClass, getInjectionPointscreate, destroygetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullablepublic SyntheticDecorator(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTarget<T> producer, 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 © 2012 Seam Framework. All Rights Reserved.