public interface WeldDecorator<T> extends Decorator<T>
Decorator that contains metadata information about Weld-deployed
Decorators (including custom decorators).| Modifier and Type | Method and Description |
|---|---|
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() |
getDecoratedTypes, getDelegateQualifiers, getDelegateTypegetBeanClass, getInjectionPoints, isNullablecreate, destroygetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeEnhancedAnnotatedType<?> getEnhancedAnnotated()
InvokableAnnotatedMethod<?> getDecoratorMethod(Method method)
method - Copyright © 2016. All Rights Reserved.