Package | Description |
---|---|
org.jboss.weld.inject |
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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.