Uses of Class
org.jboss.weld.manager.BeanManagerImpl
Packages that use BeanManagerImpl
Package
Description
-
Uses of BeanManagerImpl in org.jboss.weld
Methods in org.jboss.weld that return BeanManagerImplModifier and TypeMethodDescriptionprotected BeanManagerImplSimpleCDI.ambiguousBeanManager(String callerClassName, Set<BeanManagerImpl> managers) Callback that allows to override the behavior when class that invoked CDI.current() is placed in multiple bean archives.Container.deploymentManager()Gets the manager for this application deploymentContainer.getBeanManager(String key) Get the BeanManager for a given keyprotected BeanManagerImplSimpleCDI.unsatisfiedBeanManager(String callerClassName) Callback that allows to override the behavior when CDI.current() is not called from within a bean archive.Methods in org.jboss.weld that return types with arguments of type BeanManagerImplModifier and TypeMethodDescriptionMap<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanManagerImpl> Container.beanDeploymentArchives()Methods in org.jboss.weld with parameters of type BeanManagerImplModifier and TypeMethodDescriptionstatic voidContainer.initialize(String contextId, BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices) static voidContainer.initialize(String contextId, BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices, org.jboss.weld.bootstrap.api.Environment environment) static voidContainer.initialize(BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices) Initialize the container for the current application deploymentstatic ContainerContainer.instance(BeanManagerImpl manager) Method parameters in org.jboss.weld with type arguments of type BeanManagerImplModifier and TypeMethodDescriptionprotected BeanManagerImplSimpleCDI.ambiguousBeanManager(String callerClassName, Set<BeanManagerImpl> managers) Callback that allows to override the behavior when class that invoked CDI.current() is placed in multiple bean archives.Constructors in org.jboss.weld with parameters of type BeanManagerImplModifierConstructorDescriptionContainer(String contextId, BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices) Container(String contextId, BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices, org.jboss.weld.bootstrap.api.Environment environment) Container(BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices) -
Uses of BeanManagerImpl in org.jboss.weld.bean
Fields in org.jboss.weld.bean declared as BeanManagerImplMethods in org.jboss.weld.bean that return BeanManagerImplModifier and TypeMethodDescriptionClassBean.getBeanManager()Returns theBeanManagerused by this bean.RIBean.getBeanManager()Methods in org.jboss.weld.bean with parameters of type BeanManagerImplModifier and TypeMethodDescriptionstatic <T> ContextualInstanceStrategy<T>ContextualInstanceStrategy.create(jakarta.enterprise.inject.spi.BeanAttributes<T> bean, BeanManagerImpl manager) static <T> AbstractSyntheticBean<T>SyntheticBeanFactory.create(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, Class<T> beanClass, jakarta.enterprise.inject.spi.InjectionTargetFactory<T> factory, BeanManagerImpl manager) static <T,X> AbstractSyntheticBean<T> SyntheticBeanFactory.create(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, Class<X> beanClass, jakarta.enterprise.inject.spi.ProducerFactory<X> factory, BeanManagerImpl manager) static StringBeanIdentifiers.forBuiltInBean(BeanManagerImpl manager, Class<?> type, String suffix) static <T> TContextualInstance.get(jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl manager, jakarta.enterprise.context.spi.CreationalContext<?> ctx) Shortcut for obtaining contextual instances with semantics equivalent to:if (ctx == null) { ctx = manager.createCreationalContext(bean); } manager.getContext(bean.getScope()).get(bean, ctx);static <T> TContextualInstance.get(RIBean<T> bean, BeanManagerImpl manager, jakarta.enterprise.context.spi.CreationalContext<?> ctx) static <T> TContextualInstance.getIfExists(jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl manager) Shortcut for obtaining contextual instances with semantics equivalent to:manager.getContext(bean.getScope()).get(bean);static <T> TContextualInstance.getIfExists(RIBean<T> bean, BeanManagerImpl manager) static <T> CustomDecoratorWrapper<T>CustomDecoratorWrapper.of(jakarta.enterprise.inject.spi.Decorator<T> delegate, BeanManagerImpl beanManager) static <T> DecoratorImpl<T>DecoratorImpl.of(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedType<T> clazz, BeanManagerImpl beanManager) Creates a decorator beanstatic <X,T> DisposalMethod<X, T> DisposalMethod.of(BeanManagerImpl manager, EnhancedAnnotatedMethod<T, ? super X> method, AbstractClassBean<X> declaringBean) static <T> InterceptorImpl<T>InterceptorImpl.of(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedType<T> type, BeanManagerImpl beanManager) static <T> ManagedBean<T>ManagedBean.of(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedType<T> clazz, BeanManagerImpl beanManager) Creates a simple, annotation defined Web Beanstatic <X,T> ProducerField<X, T> ProducerField.of(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T, ? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X, ?> disposalMethod, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services) Creates a producer fieldstatic <X,T> ProducerMethod<X, T> ProducerMethod.of(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedMethod<T, ? super X> method, AbstractClassBean<X> declaringBean, DisposalMethod<X, ?> disposalMethod, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services) Creates a producer method Web BeanConstructors in org.jboss.weld.bean with parameters of type BeanManagerImplModifierConstructorDescriptionAbstractBean(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, org.jboss.weld.serialization.spi.BeanIdentifier identifier, BeanManagerImpl beanManager) ConstructorprotectedAbstractClassBean(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedType<T> type, org.jboss.weld.serialization.spi.BeanIdentifier identifier, BeanManagerImpl beanManager) ConstructorAbstractProducerBean(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, org.jboss.weld.serialization.spi.BeanIdentifier identifier, AbstractClassBean<X> declaringBean, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services) ConstructorprotectedAbstractSyntheticBean(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, BeanManagerImpl manager, Class<?> beanClass) protectedDecoratorImpl(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedType<T> type, BeanManagerImpl beanManager) protectedDisposalMethod(BeanManagerImpl beanManager, EnhancedAnnotatedMethod<T, ? super X> enhancedAnnotatedMethod, AbstractClassBean<X> declaringBean) protectedInterceptorImpl(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedType<T> type, BeanManagerImpl beanManager) protectedManagedBean(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedType<T> type, org.jboss.weld.serialization.spi.BeanIdentifier identifier, BeanManagerImpl beanManager) ConstructorprotectedProducerField(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T, ? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X, ?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services) ConstructorprotectedProducerMethod(org.jboss.weld.serialization.spi.BeanIdentifier identifier, jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedMethod<T, ? super X> method, AbstractClassBean<X> declaringBean, DisposalMethod<X, ?> disposalMethod, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services) protectedRIBean(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, org.jboss.weld.serialization.spi.BeanIdentifier identifier, BeanManagerImpl beanManager) SyntheticClassBean(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, Class<T> beanClass, jakarta.enterprise.inject.spi.InjectionTargetFactory<T> factory, BeanManagerImpl manager) SyntheticDecorator(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, Class<T> beanClass, jakarta.enterprise.inject.spi.InjectionTargetFactory<T> factory, BeanManagerImpl manager) protectedSyntheticProducerBean(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, Class<X> beanClass, jakarta.enterprise.inject.spi.ProducerFactory<X> factory, BeanManagerImpl manager) -
Uses of BeanManagerImpl in org.jboss.weld.bean.attributes
Methods in org.jboss.weld.bean.attributes with parameters of type BeanManagerImplModifier and TypeMethodDescriptionstatic <T> jakarta.enterprise.inject.spi.BeanAttributes<T>BeanAttributesFactory.forBean(EnhancedAnnotated<T, ?> annotated, BeanManagerImpl manager) Creates newBeanAttributesto represent a managed bean.protected <S> voidBeanAttributesFactory.BeanAttributesBuilder.initStereotypes(EnhancedAnnotated<T, S> annotated, BeanManagerImpl manager) Constructors in org.jboss.weld.bean.attributes with parameters of type BeanManagerImplModifierConstructorDescriptionBeanAttributesBuilder(EnhancedAnnotated<T, ?> annotated, Set<Type> types, BeanManagerImpl manager) BeanAttributesBuilder(EnhancedAnnotated<T, ?> annotated, BeanManagerImpl manager) -
Uses of BeanManagerImpl in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin that return BeanManagerImplModifier and TypeMethodDescriptionBeanManagerImplBean.create(jakarta.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext) BeanManagerProxy.delegate()protected BeanManagerImplAbstractFacade.AbstractFacadeSerializationProxy.getBeanManager()protected BeanManagerImplAbstractFacade.getBeanManager()static BeanManagerImplBeanManagerProxy.unwrap()static BeanManagerImplBeanManagerProxy.unwrap(jakarta.enterprise.inject.spi.BeanManager manager) Methods in org.jboss.weld.bean.builtin that return types with arguments of type BeanManagerImplMethods in org.jboss.weld.bean.builtin with parameters of type BeanManagerImplModifier and TypeMethodDescriptionstatic <T extends jakarta.enterprise.context.spi.Context>
ContextBean<T>ContextBean.of(ContextHolder<T> context, BeanManagerImpl beanManager) static <I> jakarta.enterprise.inject.Instance<I>InstanceImpl.of(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint, jakarta.enterprise.context.spi.CreationalContext<I> creationalContext, BeanManagerImpl beanManager) Method parameters in org.jboss.weld.bean.builtin with type arguments of type BeanManagerImplModifier and TypeMethodDescriptionBeanManagerImplBean.create(jakarta.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext) Constructors in org.jboss.weld.bean.builtin with parameters of type BeanManagerImplModifierConstructorDescriptionprotectedAbstractBuiltInBean(org.jboss.weld.serialization.spi.BeanIdentifier identifier, BeanManagerImpl beanManager, Class<T> type) AbstractBuiltInMetadataBean(org.jboss.weld.serialization.spi.BeanIdentifier identifier, Class<T> type, BeanManagerImpl beanManager) protectedAbstractDecorableBuiltInBean(BeanManagerImpl beanManager, Class<T> type) protectedAbstractFacade(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint, jakarta.enterprise.context.spi.CreationalContext<? super T> creationalContext, BeanManagerImpl beanManager) protectedAbstractFacadeBean(BeanManagerImpl manager, Class<T> type) protectedAbstractStaticallyDecorableBuiltInBean(BeanManagerImpl beanManager, Class<T> type) BeanManagerBean(BeanManagerImpl manager) BeanManagerImplBean(BeanManagerImpl manager) BeanManagerProxy(BeanManagerImpl manager) BeanMetadataBean(BeanManagerImpl beanManager) protectedBeanMetadataBean(org.jboss.weld.serialization.spi.BeanIdentifier identifier, BeanManagerImpl beanManager) ContextBean(ContextHolder<T> contextHolder, BeanManagerImpl beanManager) ConversationBean(BeanManagerImpl beanManager) DecoratedBeanMetadataBean(BeanManagerImpl beanManager) DecoratorMetadataBean(BeanManagerImpl beanManager) EventBean(BeanManagerImpl manager) EventMetadataBean(BeanManagerImpl beanManager) ExtensionBean(BeanManagerImpl manager, EnhancedAnnotatedType<E> enhancedAnnotatedType, org.jboss.weld.bootstrap.spi.Metadata<E> instance) FacadeInjectionPoint(BeanManagerImpl manager, jakarta.enterprise.inject.spi.InjectionPoint injectionPoint, Type rawType, Type subtype, Set<Annotation> existingQualifiers, Annotation[] newQualifiers) InjectionPointBean(BeanManagerImpl manager) Creates an InjectionPoint Web Bean for the injection of the containing bean owning the field, constructor or method for the annotated itemInstanceBean(BeanManagerImpl manager) InterceptedBeanMetadataBean(BeanManagerImpl beanManager) protectedInterceptedBeanMetadataBean(org.jboss.weld.serialization.spi.BeanIdentifier identifier, BeanManagerImpl beanManager) InterceptionFactoryBean(BeanManagerImpl beanManager) InterceptorMetadataBean(BeanManagerImpl beanManager) RequestContextControllerBean(BeanManagerImpl beanManager) -
Uses of BeanManagerImpl in org.jboss.weld.bean.builtin.ee
Methods in org.jboss.weld.bean.builtin.ee that return BeanManagerImplMethods in org.jboss.weld.bean.builtin.ee with parameters of type BeanManagerImplModifier and TypeMethodDescriptionprotected ResourceInjection<T>StaticEEResourceProducerField.getResourceInjection(EnhancedAnnotatedField<T, ? super X> field, AbstractClassBean<X> declaringBean, BeanManagerImpl manager) static booleanEEResourceProducerField.isEEResourceProducerField(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.AnnotatedField<?> field) static <X,T> EEResourceProducerField<X, T> EEResourceProducerField.of(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T, ? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X, ?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services) Creates an EE resource producer fieldstatic <X,T> StaticEEResourceProducerField<X, T> StaticEEResourceProducerField.of(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T, ? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X, ?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services) Constructors in org.jboss.weld.bean.builtin.ee with parameters of type BeanManagerImplModifierConstructorDescriptionprotectedAbstractEEBean(Class<T> type, Callable<T> callable, BeanManagerImpl beanManager) protectedAbstractEECallable(BeanManagerImpl beanManager) protectedEEResourceProducerField(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T, ? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X, ?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services) PrincipalBean(BeanManagerImpl beanManager) protectedStaticEEResourceProducerField(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T, ? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X, ?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services) -
Uses of BeanManagerImpl in org.jboss.weld.bean.interceptor
Methods in org.jboss.weld.bean.interceptor with parameters of type BeanManagerImplModifier and TypeMethodDescriptionCdiInterceptorFactory.create(jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager) -
Uses of BeanManagerImpl in org.jboss.weld.bean.proxy
Constructors in org.jboss.weld.bean.proxy with parameters of type BeanManagerImplModifierConstructorDescriptionDecorationHelper(TargetBeanInstance originalInstance, jakarta.enterprise.inject.spi.Bean<?> bean, Class<T> proxyClassForDecorator, BeanManagerImpl beanManager, org.jboss.weld.serialization.spi.ContextualStore contextualStore, List<jakarta.enterprise.inject.spi.Decorator<?>> decorators) InterceptionFactoryDataCache(BeanManagerImpl beanManager) -
Uses of BeanManagerImpl in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return BeanManagerImplModifier and TypeMethodDescriptionBeanDeployment.getBeanManager()protected BeanManagerImplAbstractBeanDeployer.getManager()WeldBootstrap.getManager(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive) WeldRuntime.getManager(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive) Methods in org.jboss.weld.bootstrap that return types with arguments of type BeanManagerImplModifier and TypeMethodDescriptionConcurrentMap<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanManagerImpl> BeanDeploymentArchiveMapping.getBdaToBeanManagerMap()Methods in org.jboss.weld.bootstrap with parameters of type BeanManagerImplModifier and TypeMethodDescriptionprotected <T,X> void ExtensionBeanDeployer.createObserverMethod(RIBean<X> declaringBean, BeanManagerImpl beanManager, EnhancedAnnotatedMethod<T, ? super X> method, Set<ObserverInitializationContext<?, ?>> observerMethodInitializers, boolean isAsync) protected <X> voidExtensionBeanDeployer.createObserverMethods(RIBean<X> declaringBean, BeanManagerImpl beanManager, EnhancedAnnotatedType<? super X> annotatedClass, Set<ObserverInitializationContext<?, ?>> observerMethodInitializers) BeanDeploymentModules.getModule(BeanManagerImpl manager) booleanWeldUnusedMetadataExtension.isInjectedByEEComponent(jakarta.enterprise.inject.spi.Bean<?> bean, BeanManagerImpl beanManager) booleanWeldUnusedMetadataExtension.isInstanceResolvedBean(jakarta.enterprise.inject.spi.Bean<?> bean, BeanManagerImpl beanManager) static BeanDeployerEnvironmentBeanDeployerEnvironmentFactory.newConcurrentEnvironment(BeanManagerImpl manager) Creates a new threadsafe BeanDeployerEnvironment instance.static BeanDeployerEnvironmentBeanDeployerEnvironmentFactory.newEnvironment(BeanManagerImpl manager) voidSpecializationAndEnablementRegistry.registerEnvironment(BeanManagerImpl manager, BeanDeployerEnvironment environment, boolean additionalBeanArchive) protected voidValidator.validateBean(jakarta.enterprise.inject.spi.Bean<?> bean, Collection<CommonBean<?>> specializedBeans, BeanManagerImpl manager, List<RuntimeException> problems) protected voidValidator.validateBeanName(String name, SetMultimap<String, jakarta.enterprise.inject.spi.Bean<?>> namedAccessibleBeans, List<String> accessibleNamespaces, BeanManagerImpl beanManager) voidConcurrentValidator.validateBeanNames(BeanManagerImpl beanManager) voidValidator.validateBeanNames(BeanManagerImpl beanManager) voidConcurrentValidator.validateBeans(Collection<? extends jakarta.enterprise.inject.spi.Bean<?>> beans, BeanManagerImpl manager) voidValidator.validateBeans(Collection<? extends jakarta.enterprise.inject.spi.Bean<?>> beans, BeanManagerImpl manager) protected voidValidator.validateDecorator(jakarta.enterprise.inject.spi.Decorator<?> decorator, Collection<CommonBean<?>> specializedBeans, BeanManagerImpl manager) voidConcurrentValidator.validateDecorators(Collection<? extends jakarta.enterprise.inject.spi.Decorator<?>> decorators, BeanManagerImpl manager) voidValidator.validateDecorators(Collection<? extends jakarta.enterprise.inject.spi.Decorator<?>> decorators, BeanManagerImpl manager) voidValidator.validateDeployment(BeanManagerImpl manager, BeanDeployment deployment) protected voidValidator.validateGeneralBean(jakarta.enterprise.inject.spi.Bean<?> bean, BeanManagerImpl beanManager) voidValidator.validateInjectionPoint(jakarta.enterprise.inject.spi.InjectionPoint ij, BeanManagerImpl beanManager) Validate an injection pointvoidValidator.validateInjectionPointForDefinitionErrors(jakarta.enterprise.inject.spi.InjectionPoint ij, jakarta.enterprise.inject.spi.Bean<?> bean, BeanManagerImpl beanManager) Checks for definition errors associated with a givenInjectionPointvoidValidator.validateInjectionPointForDeploymentProblems(jakarta.enterprise.inject.spi.InjectionPoint ij, jakarta.enterprise.inject.spi.Bean<?> bean, BeanManagerImpl beanManager) Checks for deployment problems associated with a givenInjectionPointvoidValidator.validateInjectionPointPassivationCapable(jakarta.enterprise.inject.spi.InjectionPoint ij, jakarta.enterprise.inject.spi.Bean<?> resolvedBean, BeanManagerImpl beanManager) protected voidValidator.validateInterceptor(jakarta.enterprise.inject.spi.Interceptor<?> interceptor, BeanManagerImpl manager) voidValidator.validateInterceptorDecoratorInjectionPointPassivationCapable(jakarta.enterprise.inject.spi.InjectionPoint ij, jakarta.enterprise.inject.spi.Bean<?> resolvedBean, BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.Bean<?> bean) voidConcurrentValidator.validateInterceptors(Collection<? extends jakarta.enterprise.inject.spi.Interceptor<?>> interceptors, BeanManagerImpl manager) voidValidator.validateInterceptors(Collection<? extends jakarta.enterprise.inject.spi.Interceptor<?>> interceptors, BeanManagerImpl manager) protected voidConcurrentValidator.validateObserverMethods(Iterable<ObserverInitializationContext<?, ?>> observers, BeanManagerImpl beanManager) protected voidValidator.validateObserverMethods(Iterable<ObserverInitializationContext<?, ?>> observers, BeanManagerImpl beanManager) voidValidator.validateProducer(jakarta.enterprise.inject.spi.Producer<?> producer, BeanManagerImpl beanManager) voidConcurrentValidator.validateProducers(Collection<jakarta.enterprise.inject.spi.Producer<?>> producers, BeanManagerImpl beanManager) voidValidator.validateProducers(Collection<jakarta.enterprise.inject.spi.Producer<?>> producers, BeanManagerImpl beanManager) protected voidValidator.validateRIBean(CommonBean<?> bean, BeanManagerImpl beanManager, Collection<CommonBean<?>> specializedBeans) Validate an RIBean.voidValidator.validateSpecialization(BeanManagerImpl manager) Constructors in org.jboss.weld.bootstrap with parameters of type BeanManagerImplModifierConstructorDescriptionAbstractBeanDeployer(BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services, E environment) BeanDeployer(BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services) BeanDeployer(BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services, BeanDeployerEnvironment environment) protectedBeanDeployerEnvironment(Set<SlimAnnotatedTypeContext<?>> annotatedTypes, Set<Class<?>> vetoedClasses, SetMultimap<Class<?>, AbstractClassBean<?>> classBeanMap, Set<ProducerField<?, ?>> producerFields, SetMultimap<BeanDeployerEnvironment.WeldMethodKey, ProducerMethod<?, ?>> producerMethodBeanMap, Set<RIBean<?>> beans, Set<ObserverInitializationContext<?, ?>> observers, Set<DisposalMethod<?, ?>> allDisposalBeans, Set<DisposalMethod<?, ?>> resolvedDisposalBeans, Set<DecoratorImpl<?>> decorators, Set<InterceptorImpl<?>> interceptors, Set<Type> newBeanTypes, BeanManagerImpl manager) protectedBeanDeployerEnvironment(BeanManagerImpl manager) BeanDeployment(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive, BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices, Collection<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> contexts) BeanDeployment(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive, BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices, Collection<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> contexts, boolean additionalBeanArchive) BeanDeploymentFinder(BeanDeploymentArchiveMapping bdaMapping, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> contexts, BeanManagerImpl deploymentManager) ConcurrentBeanDeployer(BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services) DeploymentVisitor(BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.Environment environment, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> contexts, BeanDeploymentArchiveMapping bdaMapping) ExtensionBeanDeployer(BeanManagerImpl manager, org.jboss.weld.bootstrap.spi.Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> contexts) WeldRuntime(String contextId, BeanManagerImpl deploymentManager, ConcurrentMap<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive, BeanManagerImpl> bdaToBeanManagerMap) Constructor parameters in org.jboss.weld.bootstrap with type arguments of type BeanManagerImplModifierConstructorDescriptionWeldRuntime(String contextId, BeanManagerImpl deploymentManager, ConcurrentMap<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive, BeanManagerImpl> bdaToBeanManagerMap) -
Uses of BeanManagerImpl in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return BeanManagerImplModifier and TypeMethodDescriptionprotected BeanManagerImplAbstractContainerEvent.getBeanManager()InterceptorConfiguratorImpl.getBeanManager()Methods in org.jboss.weld.bootstrap.events with parameters of type BeanManagerImplModifier and TypeMethodDescriptionprotected static <X> jakarta.enterprise.inject.spi.InjectionTarget<X>AbstractProcessInjectionTarget.fire(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.AnnotatedType<X> annotatedType, jakarta.enterprise.inject.spi.InjectionTarget<X> injectionTarget) protected static <X> voidAbstractProcessInjectionTarget.fire(BeanManagerImpl beanManager, AbstractClassBean<X> bean) static voidAfterBeanDiscoveryImpl.fire(BeanManagerImpl beanManager, org.jboss.weld.bootstrap.spi.Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> contexts) static voidAfterDeploymentValidationImpl.fire(BeanManagerImpl beanManager) static voidAfterTypeDiscoveryImpl.fire(BeanManagerImpl beanManager, org.jboss.weld.bootstrap.spi.Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> contexts) static voidBeforeBeanDiscoveryImpl.fire(BeanManagerImpl beanManager, org.jboss.weld.bootstrap.spi.Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> contexts) static voidBeforeShutdownImpl.fire(BeanManagerImpl beanManager) protected static <T> ProcessBeanAttributesImpl<T>ProcessBeanAttributesImpl.fire(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, jakarta.enterprise.inject.spi.Annotated annotated, Type type) protected static <X> voidProcessBeanImpl.fire(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.Bean<X> bean) protected static <X> voidProcessBeanImpl.fire(BeanManagerImpl beanManager, AbstractBean<X, ?> bean) protected static <T,X> FieldInjectionPointAttributes<T, X> ProcessInjectionPointImpl.fire(FieldInjectionPointAttributes<T, X> attributes, Class<?> declaringComponentClass, BeanManagerImpl manager) static <T,X> ParameterInjectionPointAttributes<T, X> ProcessInjectionPointImpl.fire(ParameterInjectionPointAttributes<T, X> attributes, Class<?> declaringComponentClass, BeanManagerImpl manager) protected static <X> voidProcessManagedBeanImpl.fire(BeanManagerImpl beanManager, ManagedBean<X> bean) static <T,X> jakarta.enterprise.inject.spi.ObserverMethod<T> ProcessObserverMethodImpl.fire(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.AnnotatedMethod<X> beanMethod, jakarta.enterprise.inject.spi.ObserverMethod<T> observerMethod) protected static <T,X> void ProcessProducerFieldImpl.fire(BeanManagerImpl beanManager, ProducerField<T, X> bean) protected static <T,X> void ProcessProducerImpl.fire(BeanManagerImpl beanManager, AbstractProducerBean<T, X, Member> bean) protected static <T,X> void ProcessProducerMethodImpl.fire(BeanManagerImpl beanManager, ProducerMethod<T, X> bean) protected static <X> voidProcessSessionBeanImpl.fire(BeanManagerImpl beanManager, SessionBean<Object> bean) protected static <X> voidProcessSynthethicBeanImpl.fire(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.Bean<X> bean, jakarta.enterprise.inject.spi.Extension extension) static <T,X> jakarta.enterprise.inject.spi.ObserverMethod<T> ProcessSyntheticObserverMethodImpl.fire(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.AnnotatedMethod<X> beanMethod, jakarta.enterprise.inject.spi.ObserverMethod<T> observerMethod, jakarta.enterprise.inject.spi.Extension extension) <T> ProcessAnnotatedTypeImpl<T>ContainerLifecycleEvents.fireProcessAnnotatedType(BeanManagerImpl beanManager, SlimAnnotatedTypeContext<T> annotatedTypeContext) voidContainerLifecycleEvents.fireProcessBean(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.Bean<?> bean) voidContainerLifecycleEvents.fireProcessBean(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.Bean<?> bean, jakarta.enterprise.inject.spi.Extension extension) <T> ProcessBeanAttributesImpl<T>ContainerLifecycleEvents.fireProcessBeanAttributes(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, jakarta.enterprise.inject.spi.Annotated annotated, Type type) <T,X> FieldInjectionPointAttributes<T, X> ContainerLifecycleEvents.fireProcessInjectionPoint(FieldInjectionPointAttributes<T, X> attributes, Class<?> declaringComponentClass, BeanManagerImpl manager) <T,X> ParameterInjectionPointAttributes<T, X> ContainerLifecycleEvents.fireProcessInjectionPoint(ParameterInjectionPointAttributes<T, X> injectionPointAttributes, Class<?> declaringComponentClass, BeanManagerImpl manager) <X> jakarta.enterprise.inject.spi.InjectionTarget<X>ContainerLifecycleEvents.fireProcessInjectionTarget(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.AnnotatedType<X> annotatedType, jakarta.enterprise.inject.spi.InjectionTarget<X> injectionTarget) voidContainerLifecycleEvents.fireProcessInjectionTarget(BeanManagerImpl beanManager, AbstractClassBean<?> bean) <T> jakarta.enterprise.inject.spi.ObserverMethod<T>ContainerLifecycleEvents.fireProcessObserverMethod(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.ObserverMethod<T> observer, jakarta.enterprise.inject.spi.Extension extension) <T,X> jakarta.enterprise.inject.spi.ObserverMethod<T> ContainerLifecycleEvents.fireProcessObserverMethod(BeanManagerImpl beanManager, ObserverMethodImpl<T, X> observer) voidContainerLifecycleEvents.fireProcessProducer(BeanManagerImpl beanManager, AbstractProducerBean<?, ?, Member> bean) Constructors in org.jboss.weld.bootstrap.events with parameters of type BeanManagerImplModifierConstructorDescriptionprotectedAbstractAnnotatedTypeRegisteringEvent(BeanManagerImpl beanManager, Type rawType, BeanDeploymentArchiveMapping bdaMapping, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> contexts) AbstractBeanDiscoveryEvent(BeanManagerImpl beanManager, Type rawType, BeanDeploymentArchiveMapping bdaMapping, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> contexts) protectedAbstractContainerEvent(BeanManagerImpl beanManager, Type rawType, Type[] actualTypeArguments) protectedAbstractDefinitionContainerEvent(BeanManagerImpl beanManager, Type rawType, Type[] actualTypeArguments) protectedAbstractDeploymentContainerEvent(BeanManagerImpl beanManager, Type rawType, Type[] actualTypeArguments) AbstractProcessClassBean(BeanManagerImpl beanManager, Type rawType, Type[] actualTypeArguments, B bean) protectedAbstractProcessInjectionTarget(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType) AbstractProcessProducerBean(BeanManagerImpl beanManager, Type rawType, Type[] actualTypeArguments, B bean) protectedAfterDeploymentValidationImpl(BeanManagerImpl beanManager) protectedAfterTypeDiscoveryImpl(BeanManagerImpl beanManager, BeanDeploymentArchiveMapping bdaMapping, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> contexts) protectedBeforeBeanDiscoveryImpl(BeanManagerImpl beanManager, org.jboss.weld.bootstrap.spi.Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> contexts) BeforeShutdownImpl(BeanManagerImpl beanManager) InterceptorConfiguratorImpl(BeanManagerImpl beanManager) ProcessAnnotatedTypeImpl(BeanManagerImpl beanManager, SlimAnnotatedType<X> annotatedType) protectedProcessAnnotatedTypeImpl(BeanManagerImpl beanManager, SlimAnnotatedType<X> annotatedType, Class<? extends jakarta.enterprise.inject.spi.ProcessAnnotatedType> rawType) ProcessBeanInjectionTarget(BeanManagerImpl beanManager, AbstractClassBean<X> bean) protectedProcessInjectionPointImpl(jakarta.enterprise.inject.spi.InjectionPoint ip, Class<?> declaringComponentClass, BeanManagerImpl beanManager, Type injectionPointType) ProcessManagedBeanImpl(BeanManagerImpl beanManager, ManagedBean<X> bean) ProcessSimpleInjectionTarget(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.AnnotatedType<X> annotatedType, jakarta.enterprise.inject.spi.InjectionTarget<X> injectionTarget) ProcessSynthethicBeanImpl(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.Bean<X> bean, jakarta.enterprise.inject.spi.Annotated annotated, jakarta.enterprise.inject.spi.Extension extension) ProcessSyntheticAnnotatedTypeImpl(BeanManagerImpl beanManager, SlimAnnotatedTypeContext<T> annotatedTypeContext) -
Uses of BeanManagerImpl in org.jboss.weld.bootstrap.events.configurator
Methods in org.jboss.weld.bootstrap.events.configurator that return BeanManagerImplConstructors in org.jboss.weld.bootstrap.events.configurator with parameters of type BeanManagerImplModifierConstructorDescriptionBeanAttributesConfiguratorImpl(jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, BeanManagerImpl beanManager) BeanAttributesConfiguratorImpl(BeanManagerImpl beanManager) -
Uses of BeanManagerImpl in org.jboss.weld.contexts.activator
Fields in org.jboss.weld.contexts.activator declared as BeanManagerImplModifier and TypeFieldDescriptionprotected final BeanManagerImplAbstractActivateRequestContextInterceptor.beanManagerConstructors in org.jboss.weld.contexts.activator with parameters of type BeanManagerImplModifierConstructorDescriptionAbstractActivateRequestContextInterceptor(RequestContext requestContext, BeanManagerImpl beanManager) ActivateRequestContextInterceptor(RequestContext requestContext, BeanManagerImpl beanManager) CdiRequestContextActivatorInterceptor(RequestContext requestContext, BeanManagerImpl beanManager) -
Uses of BeanManagerImpl in org.jboss.weld.contexts.conversation
Constructors in org.jboss.weld.contexts.conversation with parameters of type BeanManagerImpl -
Uses of BeanManagerImpl in org.jboss.weld.event
Fields in org.jboss.weld.event declared as BeanManagerImplMethods in org.jboss.weld.event with parameters of type BeanManagerImplModifier and TypeMethodDescriptionstatic <T,X> ObserverMethodImpl<T, X> ObserverFactory.create(EnhancedAnnotatedMethod<T, ? super X> method, RIBean<X> declaringBean, BeanManagerImpl manager, boolean isAsync) Creates an observerprotected MethodInjectionPoint<T,? super X> ExtensionObserverMethodImpl.initMethodInjectionPoint(EnhancedAnnotatedMethod<T, ? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager) protected MethodInjectionPoint<T,? super X> ObserverMethodImpl.initMethodInjectionPoint(EnhancedAnnotatedMethod<T, ? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager) static <E> EventImpl<E>EventImpl.of(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint, BeanManagerImpl beanManager) static <T> FastEvent<T>FastEvent.of(Class<T> type, BeanManagerImpl manager, Annotation... qualifiers) Same asFastEvent.of(Class, BeanManagerImpl, Annotation...), just the accessible lenient observer notifier is used for observer method resolutionstatic <T> FastEvent<T>FastEvent.of(Class<T> type, BeanManagerImpl manager, ObserverNotifier notifier, Annotation... qualifiers) Constructs a new FastEvent instancevoidGlobalObserverNotifierService.registerBeanManager(BeanManagerImpl manager) Constructors in org.jboss.weld.event with parameters of type BeanManagerImplModifierConstructorDescriptionprotectedExtensionObserverMethodImpl(EnhancedAnnotatedMethod<T, ? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager, boolean isAsync) protectedObserverMethodImpl(EnhancedAnnotatedMethod<T, ? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager, boolean isAsync) Creates an Observer which describes and encapsulates an observer method (8.5). -
Uses of BeanManagerImpl in org.jboss.weld.injection
Methods in org.jboss.weld.injection with parameters of type BeanManagerImplModifier and TypeMethodDescription<T> ConstructorInjectionPoint<T>InjectionPointFactory.createConstructorInjectionPoint(jakarta.enterprise.inject.spi.Bean<T> declaringBean, Class<?> declaringComponentClass, EnhancedAnnotatedConstructor<T> constructor, BeanManagerImpl manager) <T> ConstructorInjectionPoint<T>InjectionPointFactory.createConstructorInjectionPoint(jakarta.enterprise.inject.spi.Bean<T> declaringBean, EnhancedAnnotatedType<T> type, BeanManagerImpl manager) <T,X> FieldInjectionPoint<T, X> InjectionPointFactory.createFieldInjectionPoint(EnhancedAnnotatedField<T, X> field, jakarta.enterprise.inject.spi.Bean<?> declaringBean, Class<?> declaringComponentClass, BeanManagerImpl manager) Creates a newFieldInjectionPointand fires theProcessInjectionPointevent.<T,X> MethodInjectionPoint<T, X> InjectionPointFactory.createMethodInjectionPoint(MethodInjectionPoint.MethodInjectionPointType methodInjectionPointType, EnhancedAnnotatedMethod<T, X> enhancedMethod, jakarta.enterprise.inject.spi.Bean<?> declaringBean, Class<?> declaringComponentClass, Set<Class<? extends Annotation>> specialParameterMarkers, BeanManagerImpl manager) <T,X> ParameterInjectionPoint<T, X> InjectionPointFactory.createParameterInjectionPoint(EnhancedAnnotatedParameter<T, X> parameter, jakarta.enterprise.inject.spi.Bean<?> declaringBean, Class<?> declaringComponentClass, BeanManagerImpl manager) Creates a newParameterInjectionPointand fires theProcessInjectionPointevent.protected <T> Set<ResourceInjection<?>>ResourceInjectionProcessor.createResourceInjections(jakarta.enterprise.inject.spi.Bean<?> declaringBean, EnhancedAnnotatedType<T> type, BeanManagerImpl manager) protected <T> Set<ResourceInjection<?>>ResourceInjectionProcessor.createResourceInjections(Iterable<EnhancedAnnotatedField<?, ? super T>> fields, Iterable<EnhancedAnnotatedMethod<?, ? super T>> methods, jakarta.enterprise.inject.spi.Bean<?> declaringBean, Class<?> declaringClass, BeanManagerImpl manager) protected <T,X> ResourceInjection<T> ResourceInjectionProcessor.createStaticProducerFieldResourceInjection(FieldInjectionPoint<T, X> fieldInjectionPoint, BeanManagerImpl beanManager) static MethodInvocationStrategyMethodInvocationStrategy.forDisposer(MethodInjectionPoint<?, ?> method, BeanManagerImpl manager) static MethodInvocationStrategyMethodInvocationStrategy.forObserver(MethodInjectionPoint<?, ?> method, BeanManagerImpl manager) List<Set<FieldInjectionPoint<?,?>>> InjectionPointFactory.getFieldInjectionPoints(jakarta.enterprise.inject.spi.Bean<?> declaringBean, EnhancedAnnotatedType<?> type, BeanManagerImpl manager) protected abstract SResourceInjectionProcessor.getInjectionServices(BeanManagerImpl manager) Class<? extends Annotation>ResourceInjectionProcessor.getMarkerAnnotation(BeanManagerImpl manager) <X> List<ParameterInjectionPoint<?,X>> InjectionPointFactory.getParameterInjectionPoints(EnhancedAnnotatedCallable<?, X, ?> callable, jakarta.enterprise.inject.spi.Bean<?> declaringBean, Class<?> declaringComponentClass, BeanManagerImpl manager, boolean observerOrDisposer) Object[]ConstructorInjectionPoint.getParameterValues(BeanManagerImpl manager, jakarta.enterprise.context.spi.CreationalContext<?> ctx, jakarta.enterprise.context.spi.CreationalContext<?> transientReference) Helper method for getting the current parameter values from a list of annotated parameters.protected abstract CResourceInjectionProcessor.getProcessorContext(BeanManagerImpl manager) List<Set<ResourceInjection<?>>>ResourceInjectionFactory.getResourceInjections(jakarta.enterprise.inject.spi.Bean<?> declaringBean, EnhancedAnnotatedType<?> type, BeanManagerImpl manager) <T,X> ResourceInjection<T> ResourceInjectionFactory.getStaticProducerFieldResourceInjection(FieldInjectionPoint<T, X> fieldInjectionPoint, BeanManagerImpl beanManager) ParameterInjectionPoint.getValueToInject(BeanManagerImpl manager, jakarta.enterprise.context.spi.CreationalContext<?> creationalContext) ParameterInjectionPointImpl.getValueToInject(BeanManagerImpl manager, jakarta.enterprise.context.spi.CreationalContext<?> creationalContext) voidFieldInjectionPoint.inject(Object declaringInstance, BeanManagerImpl manager, jakarta.enterprise.context.spi.CreationalContext<?> creationalContext) abstract TMethodInjectionPoint.invoke(Object receiver, Object specialValue, BeanManagerImpl manager, jakarta.enterprise.context.spi.CreationalContext<?> ctx, Class<? extends RuntimeException> exceptionTypeToThrow) Invokes the method.abstract <T> voidMethodInvocationStrategy.invoke(Object receiver, MethodInjectionPoint<?, ?> method, T instance, BeanManagerImpl manager, jakarta.enterprise.context.spi.CreationalContext<?> creationalContext) ConstructorInjectionPoint.newInstance(BeanManagerImpl manager, jakarta.enterprise.context.spi.CreationalContext<?> ctx) static <F> InterceptionFactoryImpl<F>InterceptionFactoryImpl.of(BeanManagerImpl beanManager, jakarta.enterprise.context.spi.CreationalContext<?> creationalContext, jakarta.enterprise.inject.spi.AnnotatedType<F> annotatedType) protected <T,X> FieldInjectionPointAttributes<T, X> InjectionPointFactory.processInjectionPoint(FieldInjectionPointAttributes<T, X> injectionPointAttributes, Class<?> declaringComponentClass, BeanManagerImpl manager) Notifies CDI extension of a givenInjectionPoint.protected <T,X> ParameterInjectionPointAttributes<T, X> InjectionPointFactory.processInjectionPoint(ParameterInjectionPointAttributes<T, X> injectionPointAttributes, Class<?> declaringComponentClass, BeanManagerImpl manager) Notifies CDI extension of a givenInjectionPoint.Constructors in org.jboss.weld.injection with parameters of type BeanManagerImplModifierConstructorDescriptionprotectedConstructorInjectionPoint(EnhancedAnnotatedConstructor<T> constructor, jakarta.enterprise.inject.spi.Bean<T> declaringBean, Class<?> declaringComponentClass, InjectionPointFactory factory, BeanManagerImpl manager) InjectionContextImpl(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.InjectionTarget<T> injectionTarget, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, T target) protectedMethodInjectionPoint(MethodInjectionPoint.MethodInjectionPointType methodInjectionPointType, EnhancedAnnotatedCallable<T, X, Method> callable, jakarta.enterprise.inject.spi.Bean<?> declaringBean, Class<?> declaringComponentClass, InjectionPointFactory factory, BeanManagerImpl manager) ProxyClassConstructorInjectionPointWrapper(jakarta.enterprise.inject.spi.Bean<T> declaringBean, Class<?> declaringComponentClass, EnhancedAnnotatedConstructor<T> weldConstructor, ConstructorInjectionPoint<T> originalConstructorInjectionPoint, BeanManagerImpl manager) -
Uses of BeanManagerImpl in org.jboss.weld.injection.attributes
Methods in org.jboss.weld.injection.attributes with parameters of type BeanManagerImplModifier and TypeMethodDescriptionSpecialParameterInjectionPoint.getValueToInject(BeanManagerImpl manager, jakarta.enterprise.context.spi.CreationalContext<?> creationalContext) static <T,X> InferringFieldInjectionPointAttributes<T, X> InferringFieldInjectionPointAttributes.of(EnhancedAnnotatedField<T, X> field, jakarta.enterprise.inject.spi.Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager) static <T,X> InferringParameterInjectionPointAttributes<T, X> InferringParameterInjectionPointAttributes.of(EnhancedAnnotatedParameter<T, X> parameter, jakarta.enterprise.inject.spi.Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager) static <T,X> ParameterInjectionPoint<T, X> SpecialParameterInjectionPoint.of(EnhancedAnnotatedParameter<T, X> parameter, jakarta.enterprise.inject.spi.Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager) Constructors in org.jboss.weld.injection.attributes with parameters of type BeanManagerImplModifierConstructorDescriptionprotectedInferringFieldInjectionPointAttributes(EnhancedAnnotatedField<T, X> field, jakarta.enterprise.inject.spi.Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager) protectedInferringParameterInjectionPointAttributes(EnhancedAnnotatedParameter<T, X> parameter, jakarta.enterprise.inject.spi.Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager) protectedSpecialParameterInjectionPoint(EnhancedAnnotatedParameter<T, X> parameter, jakarta.enterprise.inject.spi.Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager) -
Uses of BeanManagerImpl in org.jboss.weld.injection.producer
Fields in org.jboss.weld.injection.producer declared as BeanManagerImplModifier and TypeFieldDescriptionprotected final BeanManagerImplBasicInjectionTarget.beanManagerMethods in org.jboss.weld.injection.producer that return BeanManagerImplModifier and TypeMethodDescriptionabstract BeanManagerImplAbstractMemberProducer.getBeanManager()BasicInjectionTarget.getBeanManager()Methods in org.jboss.weld.injection.producer with parameters of type BeanManagerImplModifier and TypeMethodDescriptionprotected abstract TAbstractDecoratorApplyingInstantiator.applyDecorators(T instance, jakarta.enterprise.context.spi.CreationalContext<T> creationalContext, jakarta.enterprise.inject.spi.InjectionPoint originalInjectionPoint, BeanManagerImpl manager) protected TSubclassDecoratorApplyingInstantiator.applyDecorators(T instance, jakarta.enterprise.context.spi.CreationalContext<T> creationalContext, jakarta.enterprise.inject.spi.InjectionPoint originalInjectionPoint, BeanManagerImpl manager) static <T> BasicInjectionTarget<T>BasicInjectionTarget.create(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager, Injector<T> injector, LifecycleCallbackInvoker<T> invoker) static <T> NonProducibleInjectionTarget<T>NonProducibleInjectionTarget.create(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, Injector<T> injector, LifecycleCallbackInvoker<T> invoker, BeanManagerImpl beanManager) static <T> NonProducibleInjectionTarget<T>NonProducibleInjectionTarget.create(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager) static <T> BasicInjectionTarget<T>BasicInjectionTarget.createDefault(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager, Instantiator<T> instantiator) static <T> BeanInjectionTarget<T>BeanInjectionTarget.createDefault(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager) SubclassedComponentInstantiator.createEnhancedSubclass(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<?> bean, BeanManagerImpl manager) static <T> BasicInjectionTarget<T>BasicInjectionTarget.createNonCdiInterceptor(EnhancedAnnotatedType<T> type, BeanManagerImpl beanManager) CreatesInjectionTargetfor interceptors which do not have associatedInterceptor.static <T> BeanInjectionTarget<T>BeanInjectionTarget.forCdiInterceptor(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl manager) static <T> SubclassedComponentInstantiator<T>SubclassedComponentInstantiator.forInterceptedDecoratedBean(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, AbstractInstantiator<T> delegate, BeanManagerImpl manager) static <T> SubclassedComponentInstantiator<T>SubclassedComponentInstantiator.forSubclassedEjb(EnhancedAnnotatedType<T> componentType, EnhancedAnnotatedType<T> subclass, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl manager) protected TAbstractDecoratorApplyingInstantiator.getOuterDelegate(T instance, jakarta.enterprise.context.spi.CreationalContext<T> creationalContext, jakarta.enterprise.inject.spi.InjectionPoint originalInjectionPoint, BeanManagerImpl manager) protected EnhancedAnnotatedConstructor<T>SubclassedComponentInstantiator.initEnhancedSubclass(BeanManagerImpl manager, EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<?> bean, ConstructorInjectionPoint<T> originalConstructorInjectionPoint) protected Instantiator<T>BasicInjectionTarget.initInstantiator(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager, Set<jakarta.enterprise.inject.spi.InjectionPoint> injectionPoints) Returns an instantiator that will be used to create a new instance of a given component.protected Instantiator<T>DecoratorInjectionTarget.initInstantiator(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager, Set<jakarta.enterprise.inject.spi.InjectionPoint> injectionPoints) protected Instantiator<T>NonProducibleInjectionTarget.initInstantiator(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager, Set<jakarta.enterprise.inject.spi.InjectionPoint> injectionPoints) voidDefaultInjector.inject(T instance, jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager, SlimAnnotatedType<T> type, jakarta.enterprise.inject.spi.InjectionTarget<T> injectionTarget) voidInjector.inject(T instance, jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager, SlimAnnotatedType<T> type, jakarta.enterprise.inject.spi.InjectionTarget<T> injectionTarget) voidResourceInjector.inject(T instance, jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager, SlimAnnotatedType<T> type, jakarta.enterprise.inject.spi.InjectionTarget<T> injectionTarget) AbstractDecoratorApplyingInstantiator.newInstance(jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager) AbstractInstantiator.newInstance(jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager) ConstructorInterceptionInstantiator.newInstance(jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager) ForwardingInstantiator.newInstance(jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager) Instantiator.newInstance(jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager) InterceptorApplyingInstantiator.newInstance(jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager) static <T> DefaultInjector<T>DefaultInjector.of(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager) static <T> InterceptionModelInitializer<T>InterceptionModelInitializer.of(BeanManagerImpl manager, EnhancedAnnotatedType<T> annotatedType, jakarta.enterprise.inject.spi.Bean<?> bean) static <T> ResourceInjector<T>ResourceInjector.of(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager) Constructors in org.jboss.weld.injection.producer with parameters of type BeanManagerImplModifierConstructorDescriptionprotectedBasicInjectionTarget(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager, Injector<T> injector, LifecycleCallbackInvoker<T> invoker) protectedBasicInjectionTarget(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager, Injector<T> injector, LifecycleCallbackInvoker<T> invoker, Instantiator<T> instantiator) protectedBasicInjectionTarget(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager, Instantiator<T> instantiator) BeanInjectionTarget(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager) BeanInjectionTarget(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager, Injector<T> injector, LifecycleCallbackInvoker<T> invoker) DecoratorInjectionTarget(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager) DefaultInjector(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager) DefaultInstantiator(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl manager) InjectionTargetService(BeanManagerImpl beanManager) InterceptionModelInitializer(BeanManagerImpl manager, EnhancedAnnotatedType<T> annotatedType, EnhancedAnnotatedConstructor<T> constructor, jakarta.enterprise.inject.spi.Bean<?> bean) protectedResourceInjector(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager) protectedSubclassedComponentInstantiator(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, ConstructorInjectionPoint<T> originalConstructor, BeanManagerImpl manager) WeldInjectionTargetBuilderImpl(jakarta.enterprise.inject.spi.AnnotatedType<T> type, BeanManagerImpl manager) -
Uses of BeanManagerImpl in org.jboss.weld.interceptor.proxy
Methods in org.jboss.weld.interceptor.proxy with parameters of type BeanManagerImplModifier and TypeMethodDescriptionstatic InterceptionContextInterceptionContext.forConstructorInterception(InterceptionModel interceptionModel, jakarta.enterprise.context.spi.CreationalContext<?> ctx, BeanManagerImpl manager, SlimAnnotatedType<?> type) The context returned by this method may be later reused for other interception types.static InterceptionContextInterceptionContext.forNonConstructorInterception(InterceptionModel interceptionModel, jakarta.enterprise.context.spi.CreationalContext<?> ctx, BeanManagerImpl manager, SlimAnnotatedType<?> type) -
Uses of BeanManagerImpl in org.jboss.weld.interceptor.reader
Methods in org.jboss.weld.interceptor.reader with parameters of type BeanManagerImplModifier and TypeMethodDescriptionstatic Map<InterceptionType,List<Method>> InterceptorMetadataUtils.buildMethodMap(EnhancedAnnotatedType<?> type, boolean forTargetClass, BeanManagerImpl manager) PlainInterceptorFactory.create(jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager) static <T> PlainInterceptorFactory<T>PlainInterceptorFactory.of(Class<T> javaClass, BeanManagerImpl manager) Constructors in org.jboss.weld.interceptor.reader with parameters of type BeanManagerImpl -
Uses of BeanManagerImpl in org.jboss.weld.interceptor.spi.metadata
Methods in org.jboss.weld.interceptor.spi.metadata with parameters of type BeanManagerImplModifier and TypeMethodDescriptionInterceptorFactory.create(jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager) Create a new instance of the interceptor -
Uses of BeanManagerImpl in org.jboss.weld.invokable
Constructors in org.jboss.weld.invokable with parameters of type BeanManagerImplModifierConstructorDescriptionInvokerBuilderImpl(jakarta.enterprise.inject.spi.AnnotatedType<B> beanClass, TargetMethod method, BeanManagerImpl beanManager) -
Uses of BeanManagerImpl in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return BeanManagerImplModifier and TypeMethodDescriptionprotected BeanManagerImplAbstractProducerFactory.getManager()static BeanManagerImplBeanManagerLookupService.lookupBeanManager(Class<?> javaClass, BeanManagerImpl fallback) static BeanManagerImplBeanManagerImpl.newManager(BeanManagerImpl rootManager, String id, org.jboss.weld.bootstrap.api.ServiceRegistry services) static BeanManagerImplBeanManagerImpl.newRootManager(String contextId, String id, org.jboss.weld.bootstrap.api.ServiceRegistry serviceRegistry) Create a new, root, managerBeanManagerImpl.unwrap()Methods in org.jboss.weld.manager that return types with arguments of type BeanManagerImplMethods in org.jboss.weld.manager with parameters of type BeanManagerImplModifier and TypeMethodDescriptionvoidBeanManagerImpl.addAccessibleBeanManager(BeanManagerImpl accessibleBeanManager) static BeanManagerImplBeanManagerLookupService.lookupBeanManager(Class<?> javaClass, BeanManagerImpl fallback) static BeanManagerImplBeanManagerImpl.newManager(BeanManagerImpl rootManager, String id, org.jboss.weld.bootstrap.api.ServiceRegistry services) Constructors in org.jboss.weld.manager with parameters of type BeanManagerImplModifierConstructorDescriptionprotectedAbstractProducerFactory(jakarta.enterprise.inject.spi.Bean<X> declaringBean, BeanManagerImpl manager) protectedFieldProducerFactory(jakarta.enterprise.inject.spi.AnnotatedField<? super X> field, jakarta.enterprise.inject.spi.Bean<X> declaringBean, BeanManagerImpl manager) protectedInjectionTargetFactoryImpl(jakarta.enterprise.inject.spi.AnnotatedType<T> type, BeanManagerImpl manager) protectedMethodProducerFactory(jakarta.enterprise.inject.spi.AnnotatedMethod<? super X> method, jakarta.enterprise.inject.spi.Bean<X> declaringBean, BeanManagerImpl manager) Constructor parameters in org.jboss.weld.manager with type arguments of type BeanManagerImplModifierConstructorDescriptionBeanManagerLookupService(org.jboss.weld.bootstrap.spi.CDI11Deployment deployment, ConcurrentMap<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive, BeanManagerImpl> bdaToBeanManagerMap) -
Uses of BeanManagerImpl in org.jboss.weld.metadata.cache
Methods in org.jboss.weld.metadata.cache with parameters of type BeanManagerImplModifier and TypeMethodDescriptionstatic <T,E> MergedStereotypes<T, E> MergedStereotypes.of(Set<Annotation> stereotypeAnnotations, BeanManagerImpl manager) static <T,E> MergedStereotypes<T, E> MergedStereotypes.of(EnhancedAnnotated<T, E> annotated, BeanManagerImpl manager) Constructors in org.jboss.weld.metadata.cache with parameters of type BeanManagerImplModifierConstructorDescriptionprotectedMergedStereotypes(Set<Annotation> stereotypeAnnotations, BeanManagerImpl manager) Constructor -
Uses of BeanManagerImpl in org.jboss.weld.module
Methods in org.jboss.weld.module that return BeanManagerImplModifier and TypeMethodDescriptionWeldModule.PostBeanArchiveServiceRegistrationContext.getBeanManager()Returns theBeanManagerImplfor the given bean archive deployment.WeldModule.PreBeanRegistrationContext.getBeanManager()Returns theBeanManagerImplfor the given bean archive deployment.Methods in org.jboss.weld.module with parameters of type BeanManagerImplModifier and TypeMethodDescriptionjakarta.el.ELResolverExpressionLanguageSupport.createElResolver(BeanManagerImpl manager) Creates anELResolverfor givenBeanManagerImpl<T> BasicInjectionTarget<T>EjbSupport.createMessageDrivenInjectionTarget(EnhancedAnnotatedType<T> type, org.jboss.weld.ejb.spi.EjbDescriptor<T> descriptor, BeanManagerImpl manager) Creates anInjectionTargetimplementation for a message-driven bean.<T> jakarta.enterprise.inject.spi.BeanAttributes<T>EjbSupport.createSessionBeanAttributes(EnhancedAnnotatedType<T> type, BeanManagerImpl manager) Creates aBeanAttributesobject for a session bean from the given annotated type and ejb descriptor.<T> BasicInjectionTarget<T>EjbSupport.createSessionBeanInjectionTarget(EnhancedAnnotatedType<T> type, SessionBean<T> bean, BeanManagerImpl manager) Creates anInjectionTargetimplementation for a given session bean.voidEjbSupport.createSessionBeans(BeanDeployerEnvironment environment, SetMultimap<Class<?>, SlimAnnotatedType<?>> classes, BeanManagerImpl manager) Creates session beans and registers them within the given environment.voidWeldModules.postBeanArchiveServiceRegistration(org.jboss.weld.bootstrap.api.ServiceRegistry services, BeanManagerImpl manager, org.jboss.weld.bootstrap.spi.BeanDeploymentArchive archive) voidEjbSupport.registerCdiInterceptorsForMessageDrivenBeans(BeanDeployerEnvironment environment, BeanManagerImpl manager) Initializes interception model for MDBs and propagates them toEjbServices.registerInterceptors(org.jboss.weld.ejb.spi.EjbDescriptor, org.jboss.weld.ejb.spi.InterceptorBindings).default voidPlugableValidator.validateInjectionPointForDefinitionErrors(jakarta.enterprise.inject.spi.InjectionPoint ij, jakarta.enterprise.inject.spi.Bean<?> bean, BeanManagerImpl beanManager) default voidPlugableValidator.validateInjectionPointForDeploymentProblems(jakarta.enterprise.inject.spi.InjectionPoint ij, jakarta.enterprise.inject.spi.Bean<?> bean, BeanManagerImpl beanManager) -
Uses of BeanManagerImpl in org.jboss.weld.resolution
Methods in org.jboss.weld.resolution that return BeanManagerImplModifier and TypeMethodDescriptionprotected BeanManagerImplAbstractTypeSafeBeanResolver.getBeanManager()TypeSafeInterceptorResolver.getManager()Constructors in org.jboss.weld.resolution with parameters of type BeanManagerImplModifierConstructorDescriptionAbstractTypeSafeBeanResolver(BeanManagerImpl beanManager, Iterable<T> beans) InterceptorResolvableBuilder(Type type, BeanManagerImpl manager) NameBasedResolver(BeanManagerImpl manager, Iterable<? extends jakarta.enterprise.inject.spi.Bean<?>> allBeans) ConstructorResolvableBuilder(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint, BeanManagerImpl manager) ResolvableBuilder(Type type, BeanManagerImpl beanManager) ResolvableBuilder(BeanManagerImpl manager) TypeSafeBeanResolver(BeanManagerImpl beanManager, Iterable<jakarta.enterprise.inject.spi.Bean<?>> beans) TypeSafeDecoratorResolver(BeanManagerImpl manager, Iterable<jakarta.enterprise.inject.spi.Decorator<?>> decorators) TypeSafeInterceptorResolver(BeanManagerImpl manager, Iterable<jakarta.enterprise.inject.spi.Interceptor<?>> interceptors) -
Uses of BeanManagerImpl in org.jboss.weld.resources
Methods in org.jboss.weld.resources with parameters of type BeanManagerImplModifier and TypeMethodDescriptionstatic ClassTransformerClassTransformer.instance(BeanManagerImpl manager) static SharedObjectCacheSharedObjectCache.instance(BeanManagerImpl manager) -
Uses of BeanManagerImpl in org.jboss.weld.util
Methods in org.jboss.weld.util with parameters of type BeanManagerImplModifier and TypeMethodDescriptionstatic <T> voidBeans.callInitializers(T instance, jakarta.enterprise.context.spi.CreationalContext<T> creationalContext, BeanManagerImpl manager, Iterable<? extends MethodInjectionPoint<?, ?>> initializerMethods) Calls all initializers of the beanstatic <T> voidDecorators.checkAbstractMethods(Set<Type> decoratedTypes, EnhancedAnnotatedType<T> type, BeanManagerImpl beanManager) Check all abstract methods are declared by the decorated types.static booleanBeans.containsAllInterceptionBindings(Set<Annotation> expectedBindings, Set<QualifierInstance> existingBindings, BeanManagerImpl manager) static <T> NonProducibleInjectionTarget<T>InjectionTargets.createNonProducibleInjectionTarget(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, Injector<T> injector, LifecycleCallbackInvoker<T> invoker, BeanManagerImpl beanManager) static <T> NonProducibleInjectionTarget<T>InjectionTargets.createNonProducibleInjectionTarget(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, BeanManagerImpl beanManager) static Set<Annotation>Interceptors.filterInterceptorBindings(BeanManagerImpl beanManager, Collection<Annotation> annotations) Extracts a set of interceptor bindings from a collection of annotations.static Set<Annotation>Interceptors.flattenInterceptorBindings(EnhancedAnnotatedType<?> clazz, BeanManagerImpl beanManager, Collection<Annotation> annotations, boolean addTopLevelInterceptorBindings, boolean addInheritedInterceptorBindings) Extracts a flat set of interception bindings from a given set of interceptor bindings.static Set<InvokableAnnotatedMethod<?>>Decorators.getDecoratorMethods(BeanManagerImpl beanManager, WeldDecorator<?> decorator) Determines the set ofInvokableAnnotatedMethods representing decorated methods of the specified decorator.static <T> List<Set<MethodInjectionPoint<?,?>>> BeanMethods.getInitializerMethods(jakarta.enterprise.inject.spi.Bean<?> declaringBean, EnhancedAnnotatedType<T> type, BeanManagerImpl manager) static BeanDeploymentDeploymentStructures.getOrCreateBeanDeployment(org.jboss.weld.bootstrap.spi.Deployment deployment, BeanManagerImpl deploymentManager, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> contexts, Class<?> clazz) static <T> TDecorators.getOuterDelegate(jakarta.enterprise.inject.spi.Bean<T> bean, T instance, jakarta.enterprise.context.spi.CreationalContext<T> creationalContext, Class<T> proxyClass, jakarta.enterprise.inject.spi.InjectionPoint originalInjectionPoint, BeanManagerImpl manager, List<jakarta.enterprise.inject.spi.Decorator<?>> decorators) static StringInjectionPoints.getUnsatisfiedDependenciesAdditionalInfo(jakarta.enterprise.inject.spi.InjectionPoint ij, BeanManagerImpl beanManager) static <T> voidBeans.injectBoundFields(T instance, jakarta.enterprise.context.spi.CreationalContext<T> creationalContext, BeanManagerImpl manager, Iterable<? extends FieldInjectionPoint<?, ?>> injectableFields) Injects bound fieldsstatic <T> voidBeans.injectFieldsAndInitializers(T instance, jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl beanManager, List<? extends Iterable<? extends FieldInjectionPoint<?, ?>>> injectableFields, List<? extends Iterable<? extends MethodInjectionPoint<?, ?>>> initializerMethods) static booleanBeans.isBeanProxyable(jakarta.enterprise.inject.spi.Bean<?> bean, BeanManagerImpl manager) Indicates if a bean is proxyablestatic booleanObservers.isObserverMethodEnabled(jakarta.enterprise.inject.spi.ObserverMethod<?> method, BeanManagerImpl manager) static booleanBeans.isPassivatingScope(jakarta.enterprise.inject.spi.Bean<?> bean, BeanManagerImpl manager) Indicates if a bean's scope type is passivatingstatic Multimap<Class<? extends Annotation>,Annotation> Interceptors.mergeBeanInterceptorBindings(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.AnnotatedType<?> clazz, Collection<Annotation> classBindingAnnotations, Collection<Annotation> inheritedBindingAnnotations) Merge class-level interceptor bindings with interceptor bindings inherited from interceptor bindings and stereotypes.static Multimap<Class<? extends Annotation>,Annotation> Interceptors.mergeBeanInterceptorBindings(BeanManagerImpl beanManager, EnhancedAnnotatedType<?> clazz, Collection<Class<? extends Annotation>> stereotypes) Merge class-level interceptor bindings with interceptor bindings inherited from interceptor bindings and stereotypes.static Set<Annotation>Beans.mergeInQualifiers(BeanManagerImpl manager, Collection<Annotation> qualifiers, Annotation[] newQualifiers) static <T extends jakarta.enterprise.inject.spi.Bean<?>>
Set<T>Beans.removeDisabledBeans(Set<T> beans, BeanManagerImpl beanManager) Retains only beans which are enabled.Constructors in org.jboss.weld.util with parameters of type BeanManagerImpl