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.seMethods in jakarta.enterprise.inject.se that return BeanContainer Modifier and Type Method Description default BeanContainerSeContainer. getBeanContainer()Get the CDIBeanContainerfor this container.
- 
Uses of BeanContainer in jakarta.enterprise.inject.spiSubinterfaces of BeanContainer in jakarta.enterprise.inject.spi Modifier and Type Interface Description interfaceBeanManagerAllows a portable extension to interact directly with the container.Methods in jakarta.enterprise.inject.spi that return BeanContainer Modifier and Type Method Description BeanContainerCDI. getBeanContainer()Get the CDIBeanContainerfor the current context.
 
-