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, getDelegateType
create, destroy, equals, getBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, hashCode, isAlternative, isNullable, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDecoratedTypes, getDelegateQualifiers, getDelegateType
public static <T> CustomDecoratorWrapper<T> of(javax.enterprise.inject.spi.Decorator<T> delegate, BeanManagerImpl beanManager)
protected javax.enterprise.inject.spi.Decorator<T> delegate()
ForwardingBean
delegate
in class ForwardingDecorator<T>
public WeldClass<?> getWeldAnnotated()
getWeldAnnotated
in interface WeldDecorator<T>
public WeldMethod<?,?> getDecoratorMethod(Method method)
WeldDecorator
getDecoratorMethod
in interface WeldDecorator<T>
Copyright © 2012 Seam Framework. All Rights Reserved.