Uses of Class
org.jboss.weld.bootstrap.BeanDeployment
-
Packages that use BeanDeployment Package Description org.jboss.weld.bootstrap JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bootstrap.enablement JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bootstrap.events JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.util JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
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)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, javax.enterprise.inject.spi.AnnotatedType<?> type, String id)protected voidAfterTypeDiscoveryImpl. storeSyntheticAnnotatedType(BeanDeployment deployment, javax.enterprise.inject.spi.AnnotatedType<?> type, String id) -
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 javax.enterprise.context.spi.Context>> contexts, Class<?> clazz)
-