| Package | Description |
|---|---|
| org.jboss.weld |
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.builtin |
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.inject |
| 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.
|
Copyright © 2016. All rights reserved.