Package | Description |
---|---|
org.jboss.weld.annotated.runtime | |
org.jboss.weld.bean | |
org.jboss.weld.util |
Modifier and Type | Method and Description |
---|---|
static <T> InvokableAnnotatedMethod<T> |
InvokableAnnotatedMethod.of(javax.enterprise.inject.spi.AnnotatedMethod<T> delegate) |
Modifier and Type | Method and Description |
---|---|
InvokableAnnotatedMethod<?> |
DecoratorImpl.getDecoratorMethod(Method method) |
InvokableAnnotatedMethod<?> |
WeldDecorator.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
|
InvokableAnnotatedMethod<?> |
CustomDecoratorWrapper.getDecoratorMethod(Method method) |
Modifier and Type | Method and Description |
---|---|
static Set<InvokableAnnotatedMethod<?>> |
Decorators.getDecoratorMethods(BeanManagerImpl beanManager,
WeldDecorator<?> decorator)
Determines the set of
InvokableAnnotatedMethod s representing decorated methods of the specified decorator. |
Copyright © 2016. All rights reserved.