public class CustomDecoratorWrapper<T> extends ForwardingDecorator<T> implements WeldDecorator<T>
| Modifier and Type | Method and Description |
|---|---|
protected javax.enterprise.inject.spi.Decorator<T> |
delegate()
Abstract getter for the delegate
|
WeldMethod<?,?> |
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
|
WeldClass<?> |
getWeldAnnotated() |
static <T> CustomDecoratorWrapper<T> |
of(javax.enterprise.inject.spi.Decorator<T> delegate,
BeanManagerImpl beanManager) |
getDecoratedTypes, getDelegateQualifiers, getDelegateTypecreate, destroy, equals, getBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, hashCode, isAlternative, isNullable, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDecoratedTypes, getDelegateQualifiers, getDelegateTypepublic static <T> CustomDecoratorWrapper<T> of(javax.enterprise.inject.spi.Decorator<T> delegate, BeanManagerImpl beanManager)
protected javax.enterprise.inject.spi.Decorator<T> delegate()
ForwardingBeandelegate in class ForwardingDecorator<T>public WeldClass<?> getWeldAnnotated()
getWeldAnnotated in interface WeldDecorator<T>public WeldMethod<?,?> getDecoratorMethod(Method method)
WeldDecoratorgetDecoratorMethod in interface WeldDecorator<T>Copyright © 2014 Seam Framework. All Rights Reserved.