public abstract class IsolatedForwardingDecorator<T> extends IsolatedForwardingBean<T> implements javax.enterprise.inject.spi.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 javax.enterprise.inject.spi.Decorator<T> |
delegate() |
Set<Type> |
getDecoratedTypes() |
Set<Annotation> |
getDelegateQualifiers() |
Type |
getDelegateType() |
create, destroy, equals, getBeanClass, getInjectionPoints, hashCode, isNullable, toStringattributes, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic abstract javax.enterprise.inject.spi.Decorator<T> delegate()
delegate in interface WrappedContextual<T>delegate in class IsolatedForwardingBean<T>public Type getDelegateType()
getDelegateType in interface javax.enterprise.inject.spi.Decorator<T>public Set<Annotation> getDelegateQualifiers()
getDelegateQualifiers in interface javax.enterprise.inject.spi.Decorator<T>Copyright © 2017. All rights reserved.