|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WeldDecorator<T>
Sub-interface of Decorator
that contains metadata information about Weld-deployed
Decorators (including custom decorators).
Method Summary | |
---|---|
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()
|
Methods inherited from interface javax.enterprise.inject.spi.Decorator |
---|
getDecoratedTypes, getDelegateQualifiers, getDelegateType |
Methods inherited from interface javax.enterprise.inject.spi.Bean |
---|
getBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullable |
Methods inherited from interface javax.enterprise.context.spi.Contextual |
---|
create, destroy |
Method Detail |
---|
WeldClass<?> getWeldAnnotated()
WeldMethod<?,?> getDecoratorMethod(Method method)
method
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |