public class CdiInjectorFactory extends Object implements InjectorFactory
| Constructor and Description |
|---|
CdiInjectorFactory()
Constructs the factory using a default bean manager.
|
CdiInjectorFactory(javax.enterprise.inject.spi.BeanManager aBeanManager)
Constructs the factory using an explicit bean manager.
|
public CdiInjectorFactory()
IllegalArgumentException - If bean manager is null.public CdiInjectorFactory(javax.enterprise.inject.spi.BeanManager aBeanManager)
aBeanManager - IllegalArgumentException - If bean manager is null.public Injector create(Class aClass)
InjectorFactorycreate in interface InjectorFactoryCopyright © 2025. All rights reserved.