Uses of Interface
jakarta.enterprise.inject.spi.BeanContainer
-
Packages that use BeanContainer Package Description jakarta.enterprise.inject.se jakarta.enterprise.inject.spi The portable extension integration SPI. -
-
Uses of BeanContainer in jakarta.enterprise.inject.se
Methods in jakarta.enterprise.inject.se that return BeanContainer Modifier and Type Method Description default BeanContainer
SeContainer. getBeanContainer()
Get the CDIBeanContainer
for this container. -
Uses of BeanContainer in jakarta.enterprise.inject.spi
Subinterfaces of BeanContainer in jakarta.enterprise.inject.spi Modifier and Type Interface Description interface
BeanManager
Allows a portable extension to interact directly with the container.Methods in jakarta.enterprise.inject.spi that return BeanContainer Modifier and Type Method Description BeanContainer
CDI. getBeanContainer()
Get the CDIBeanContainer
for the current context.
-