Package | Description |
---|---|
org.jboss.weld.inject |
Modifier and Type | Method and Description |
---|---|
WeldInstance.Handler<T> |
WeldInstance.getHandler()
Obtains an initialized 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 |
---|---|
Comparator<WeldInstance.Handler<?>> |
WeldInstance.getPriorityComparator()
The returned comparator sorts handlers by priority in descending order.
|
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.
|
default Stream<WeldInstance.Handler<T>> |
WeldInstance.handlersStream() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.