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