Uses of Interface
jakarta.enterprise.inject.spi.BeanManager
Package
Description
The portable extension integration SPI.
-
Uses of BeanManager in jakarta.enterprise.inject.se
Modifier and TypeMethodDescriptionSeContainer.getBeanManager()
Get the CDI BeanManager for this container -
Uses of BeanManager in jakarta.enterprise.inject.spi
Modifier and TypeMethodDescriptionabstract BeanManager
CDI.getBeanManager()
Get the CDI BeanManager for the current contextModifierConstructorDescriptionUnmanaged
(BeanManager manager, Class<T> clazz) Create an injector for the given class -
Uses of BeanManager in jakarta.enterprise.inject.spi.el
Modifier and TypeInterfaceDescriptioninterface
ABeanManager
that allows integrators to obtain Unified EL objects that are integrated with the CDI container as described in the Jakarta EE Platform specification.