public class CustomDecoratorWrapper<T> extends ForwardingDecorator<T> implements WeldDecorator<T>
IsolatedForwardingDecorator.Impl<T>| Modifier and Type | Method and Description |
|---|---|
Decorator<T> |
delegate() |
InvokableAnnotatedMethod<?> |
getDecoratorMethod(Method method)
Returns the decorated method that can decorate a particular method, if one exists
Such a method must be implement one of the decorated type methods, and can be parametrized
|
EnhancedAnnotatedType<?> |
getEnhancedAnnotated() |
static <T> CustomDecoratorWrapper<T> |
of(Decorator<T> delegate,
BeanManagerImpl beanManager) |
attributes, toStringgetDecoratedTypes, getDelegateQualifiers, getDelegateTypecreate, destroy, equals, getBeanClass, getInjectionPoints, hashCode, isNullablegetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDecoratedTypes, getDelegateQualifiers, getDelegateTypegetBeanClass, getInjectionPoints, isNullablecreate, destroygetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativepublic static <T> CustomDecoratorWrapper<T> of(Decorator<T> delegate, BeanManagerImpl beanManager)
public Decorator<T> delegate()
delegate in interface WrappedContextual<T>delegate in class ForwardingDecorator<T>public EnhancedAnnotatedType<?> getEnhancedAnnotated()
getEnhancedAnnotated in interface WeldDecorator<T>public InvokableAnnotatedMethod<?> getDecoratorMethod(Method method)
WeldDecoratorgetDecoratorMethod in interface WeldDecorator<T>Copyright © 2015. All Rights Reserved.