| Package | Description |
|---|---|
| org.jboss.weld | |
| org.jboss.weld.bean.builtin | |
| org.jboss.weld.inject | |
| org.jboss.weld.util |
| Modifier and Type | Method and Description |
|---|---|
WeldInstance.Handler<T> |
AbstractCDI.getHandler() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<WeldInstance.Handler<T>> |
AbstractCDI.handlers() |
| Modifier and Type | Method and Description |
|---|---|
WeldInstance.Handler<T> |
InstanceImpl.getHandler() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<WeldInstance.Handler<T>> |
InstanceImpl.handlers() |
| Modifier and Type | Method and Description |
|---|---|
WeldInstance.Handler<T> |
WeldInstance.getHandler()
Obtains a contextual reference handler for the bean that has the required type and required qualifiers and is eligible for injection.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<WeldInstance.Handler<T>> |
WeldInstance.handlers()
Allows to iterate over contextual reference handlers for all the beans that have the required type and required qualifiers and are eligible for
injection.
|
| Modifier and Type | Method and Description |
|---|---|
WeldInstance.Handler<T> |
ForwardingWeldInstance.getHandler() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<WeldInstance.Handler<T>> |
ForwardingWeldInstance.handlers() |
Copyright © 2017. All rights reserved.