| Package | Description |
|---|---|
| javax.enterprise.inject | |
| javax.enterprise.inject.se | |
| javax.enterprise.inject.spi | |
| javax.enterprise.inject.spi.configurator |
| Modifier and Type | Method and Description |
|---|---|
Instance<T> |
Instance.select(Annotation... qualifiers)
Creates new
Instance with given
qualifiers. |
<U extends T> |
Instance.select(Class<U> subtype,
Annotation... qualifiers)
Returns new child instance with given class and qualifiers.
|
<U extends T> |
Instance.select(TypeLiteral<U> subtype,
Annotation... qualifiers)
Return new child instance with given class info and qualifiers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SeContainer
A representation of the SeContainer that was bootstrapped from a SeContainerInitializer
|
| Modifier and Type | Class and Description |
|---|---|
class |
CDI<T>
Static helper class to access the
BeanManager |
| Modifier and Type | Method and Description |
|---|---|
Instance<Object> |
BeanManager.createInstance() |
| Modifier and Type | Method and Description |
|---|---|
BeanConfigurator<T> |
BeanConfigurator.disposeWith(BiConsumer<T,Instance<Object>> callback)
Set a
BiConsumer to destroy a bean instance. |
<U extends T> |
BeanConfigurator.produceWith(Function<Instance<Object>,U> callback) |
Copyright © 2021. All rights reserved.