Class GenericCdiBeanSupplier

  • All Implemented Interfaces:
    Supplier, DisposableSupplier

    @Vetoed
    public final class GenericCdiBeanSupplier
    extends AbstractCdiBeanSupplier
    Supplier to provide CDI managed components where there is no clear mapping between the CDI and scopes.
    Author:
    Jakub Podlesak
    • Constructor Detail

      • GenericCdiBeanSupplier

        public GenericCdiBeanSupplier​(Class rawType,
                                      InjectionManager injectionManager,
                                      jakarta.enterprise.inject.spi.BeanManager beanManager,
                                      boolean cdiManaged)
    • Method Detail