| Package | Description |
|---|---|
| org.jboss.weld.annotated.runtime |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.bean |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| 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 Set<InvokableAnnotatedMethod<?>> |
Decorators.getDecoratorMethods(BeanManagerImpl beanManager,
WeldDecorator<?> decorator)
Determines the set of
InvokableAnnotatedMethods representing decorated methods of the specified decorator. |
Copyright © 2015. All Rights Reserved.