Uses of Class
org.jboss.as.weld.deployment.BeanDeploymentModule
Packages that use BeanDeploymentModule
-
Uses of BeanDeploymentModule in org.jboss.as.weld.deployment
Fields in org.jboss.as.weld.deployment with type parameters of type BeanDeploymentModuleModifier and TypeFieldDescriptionstatic final org.jboss.as.server.deployment.AttachmentKey<BeanDeploymentModule>WeldAttachments.BEAN_DEPLOYMENT_MODULETheBeanDeploymentModulefor a deploymentMethods in org.jboss.as.weld.deployment with parameters of type BeanDeploymentModuleModifier and TypeMethodDescriptionvoidBeanDeploymentModule.addBeanDeploymentModule(BeanDeploymentModule module) Makes allBeanDeploymentArchiveImpls in the given module accessible to all bdas in this moduleMethod parameters in org.jboss.as.weld.deployment with type arguments of type BeanDeploymentModuleModifier and TypeMethodDescriptionvoidBeanDeploymentModule.addBeanDeploymentModules(Collection<BeanDeploymentModule> modules) Makes allBeanDeploymentArchiveImpls in the given modules accessible to all bdas in this moduleConstructors in org.jboss.as.weld.deployment with parameters of type BeanDeploymentModuleModifierConstructorDescriptionWeldDeployment(Set<BeanDeploymentArchiveImpl> beanDeploymentArchives, Collection<org.jboss.weld.bootstrap.spi.Metadata<jakarta.enterprise.inject.spi.Extension>> extensions, org.jboss.modules.Module module, Set<ClassLoader> subDeploymentClassLoaders, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, BeanDeploymentModule rootBeanDeploymentModule, Map<org.jboss.modules.ModuleIdentifier, org.jboss.weld.bootstrap.spi.EEModuleDescriptor> eeModuleDescriptors)