Uses of Class
org.jboss.weld.bootstrap.BeanDeployment
-
Packages that use BeanDeployment Package Description org.jboss.weld.bootstrap org.jboss.weld.bootstrap.enablement org.jboss.weld.bootstrap.events org.jboss.weld.module org.jboss.weld.util -
-
Uses of BeanDeployment in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return BeanDeployment Modifier and Type Method Description BeanDeploymentBeanDeploymentArchiveMapping. getBeanDeployment(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive bda)BeanDeploymentBeanDeploymentFinder. getOrCreateBeanDeployment(Class<?> clazz)Methods in org.jboss.weld.bootstrap that return types with arguments of type BeanDeployment Modifier and Type Method Description Collection<BeanDeployment>BeanDeploymentArchiveMapping. getBeanDeployments()Methods in org.jboss.weld.bootstrap with parameters of type BeanDeployment Modifier and Type Method Description voidBeanDeploymentArchiveMapping. 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 BeanDeployment Modifier and Type Method Description voidBeanDeploymentModules. processBeanDeployments(Iterable<BeanDeployment> deployments) -
Uses of BeanDeployment in org.jboss.weld.bootstrap.enablement
Methods in org.jboss.weld.bootstrap.enablement with parameters of type BeanDeployment Modifier and Type Method Description ModuleEnablementGlobalEnablementBuilder. createModuleEnablement(BeanDeployment deployment) -
Uses of BeanDeployment in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return BeanDeployment Modifier and Type Method Description protected BeanDeploymentAbstractBeanDiscoveryEvent. getOrCreateBeanDeployment(Class<?> clazz)Methods in org.jboss.weld.bootstrap.events with parameters of type BeanDeployment Modifier and Type Method Description protected voidAbstractAnnotatedTypeRegisteringEvent. storeSyntheticAnnotatedType(BeanDeployment deployment, AnnotatedType<?> type, String id)protected voidAfterTypeDiscoveryImpl. storeSyntheticAnnotatedType(BeanDeployment deployment, AnnotatedType<?> type, String id) -
Uses of BeanDeployment in org.jboss.weld.module
Methods in org.jboss.weld.module with parameters of type BeanDeployment Modifier and Type Method Description voidWeldModules. 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 BeanDeployment Modifier and Type Method Description static BeanDeploymentDeploymentStructures. getOrCreateBeanDeployment(org.jboss.weld.bootstrap.spi.Deployment deployment, BeanManagerImpl deploymentManager, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends Context>> contexts, Class<?> clazz)
-