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(AnnotatedMethod<T> delegate) |
Modifier and Type | Method and Description |
---|---|
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<?> |
DecoratorImpl.getDecoratorMethod(Method method) |
InvokableAnnotatedMethod<?> |
CustomDecoratorWrapper.getDecoratorMethod(Method method) |
Modifier and Type | Method and Description |
---|---|
static <T> InvokableAnnotatedMethod<?> |
Decorators.findDecoratorMethod(WeldDecorator<T> decorator,
Map<MethodSignature,InvokableAnnotatedMethod<?>> decoratorMethods,
Method method) |
Modifier and Type | Method and Description |
---|---|
static Map<MethodSignature,InvokableAnnotatedMethod<?>> |
Decorators.getDecoratorMethods(BeanManagerImpl beanManager,
Set<Type> decoratedTypes,
EnhancedAnnotatedType<?> decoratorClass) |
Modifier and Type | Method and Description |
---|---|
static <T> InvokableAnnotatedMethod<?> |
Decorators.findDecoratorMethod(WeldDecorator<T> decorator,
Map<MethodSignature,InvokableAnnotatedMethod<?>> decoratorMethods,
Method method) |
Copyright © 2013 Seam Framework. All Rights Reserved.