Uses of Class
org.jboss.weld.bootstrap.BeanDeployment
Packages that use BeanDeployment
Package
Description
-
Uses of BeanDeployment in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return BeanDeploymentModifier and TypeMethodDescriptionBeanDeploymentArchiveMapping.getBeanDeployment(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive bda) BeanDeploymentFinder.getBeanDeploymentIfExists(Class<?> clazz) BeanDeploymentFinder.getOrCreateBeanDeployment(Class<?> clazz) Methods in org.jboss.weld.bootstrap that return types with arguments of type BeanDeploymentMethods in org.jboss.weld.bootstrap with parameters of type BeanDeploymentModifier and TypeMethodDescriptionvoidBeanDeploymentArchiveMapping.put(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive bda, BeanDeployment beanDeployment) voidValidator.validateDeployment(BeanManagerImpl manager, BeanDeployment deployment) Method parameters in org.jboss.weld.bootstrap with type arguments of type BeanDeploymentModifier and TypeMethodDescriptionvoidBeanDeploymentModules.processBeanDeployments(Iterable<BeanDeployment> deployments) -
Uses of BeanDeployment in org.jboss.weld.bootstrap.enablement
Methods in org.jboss.weld.bootstrap.enablement with parameters of type BeanDeploymentModifier and TypeMethodDescriptionGlobalEnablementBuilder.createModuleEnablement(BeanDeployment deployment) -
Uses of BeanDeployment in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return BeanDeploymentModifier and TypeMethodDescriptionprotected BeanDeploymentAbstractBeanDiscoveryEvent.getOrCreateBeanDeployment(Class<?> clazz) Methods in org.jboss.weld.bootstrap.events with parameters of type BeanDeploymentModifier and TypeMethodDescriptionprotected voidAbstractAnnotatedTypeRegisteringEvent.storeSyntheticAnnotatedType(BeanDeployment deployment, jakarta.enterprise.inject.spi.AnnotatedType<?> type, String id) protected voidAfterTypeDiscoveryImpl.storeSyntheticAnnotatedType(BeanDeployment deployment, jakarta.enterprise.inject.spi.AnnotatedType<?> type, String id) -
Uses of BeanDeployment in org.jboss.weld.module
Methods in org.jboss.weld.module with parameters of type BeanDeploymentModifier and TypeMethodDescriptionvoidWeldModules.preBeanRegistration(BeanDeployment deployment, org.jboss.weld.bootstrap.api.Environment environment) -
Uses of BeanDeployment in org.jboss.weld.util
Methods in org.jboss.weld.util that return BeanDeploymentModifier and TypeMethodDescriptionstatic BeanDeploymentDeploymentStructures.getBeanDeploymentIfExists(org.jboss.weld.bootstrap.spi.Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Class<?> clazz) 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)