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 |
---|---|
protected abstract javax.enterprise.inject.spi.Decorator<T> |
delegate() |
Set<Type> |
getDecoratedTypes() |
Set<Annotation> |
getDelegateQualifiers() |
Type |
getDelegateType() |
create, destroy, equals, getBeanClass, getInjectionPoints, hashCode, isNullable, toString
attributes, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected abstract javax.enterprise.inject.spi.Decorator<T> delegate()
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 © 2016. All rights reserved.