T - public class SubclassDecoratorApplyingInstantiator<T> extends AbstractDecoratorApplyingInstantiator<T>
SubclassedComponentInstantiator that registers decorators using the enhanced subclass. This is used
for enabling decorators on managed beans.| Constructor and Description |
|---|
SubclassDecoratorApplyingInstantiator(String contextId,
Instantiator<T> delegate,
Bean<T> bean,
List<Decorator<?>> decorators) |
SubclassDecoratorApplyingInstantiator(String contextId,
Instantiator<T> delegate,
Bean<T> bean,
List<Decorator<?>> decorators,
Class<? extends T> implementationClass) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
applyDecorators(T instance,
CreationalContext<T> creationalContext,
InjectionPoint originalInjectionPoint,
BeanManagerImpl manager) |
getBean, getDecorators, getOuterDelegate, getProxyClass, hasDecoratorSupport, newInstance, registerOuterDecoratordelegate, getConstructor, hasInterceptorSupportpublic SubclassDecoratorApplyingInstantiator(String contextId, Instantiator<T> delegate, Bean<T> bean, List<Decorator<?>> decorators, Class<? extends T> implementationClass)
protected T applyDecorators(T instance, CreationalContext<T> creationalContext, InjectionPoint originalInjectionPoint, BeanManagerImpl manager)
applyDecorators in class AbstractDecoratorApplyingInstantiator<T>Copyright © 2016. All Rights Reserved.