public abstract class IsolatedForwardingDecorator<T> extends IsolatedForwardingBean<T> implements Decorator<T>
Decorator. Separate delegate is used for BeanAttributes methods, allowing this
class to be used for processing of extension-provided beans.ProcessBeanAttributes| Modifier and Type | Class and Description |
|---|---|
static class |
IsolatedForwardingDecorator.Impl<T> |
| Constructor and Description |
|---|
IsolatedForwardingDecorator() |
| Modifier and Type | Method and Description |
|---|---|
abstract Decorator<T> |
delegate() |
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.
|
create, destroy, equals, getBeanClass, getInjectionPoints, hashCode, isNullable, toStringattributes, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBeanClass, getInjectionPoints, isNullablecreate, destroygetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativepublic abstract Decorator<T> delegate()
delegate in interface WrappedContextual<T>delegate in class IsolatedForwardingBean<T>public java.lang.reflect.Type getDelegateType()
DecoratorObtains the type of the delegate injection point.
getDelegateType in interface Decorator<T>public java.util.Set<java.lang.annotation.Annotation> getDelegateQualifiers()
DecoratorObtains the qualifiers of the delegate injection point.
getDelegateQualifiers in interface Decorator<T>public java.util.Set<java.lang.reflect.Type> getDecoratedTypes()
DecoratorObtains the decorated types.
getDecoratedTypes in interface Decorator<T>Copyright © 2014. All Rights Reserved.