Class AbstractBeanDiscoveryEvent

All Implemented Interfaces:
NotificationListener
Direct Known Subclasses:
AbstractAnnotatedTypeRegisteringEvent, AfterBeanDiscoveryImpl

public abstract class AbstractBeanDiscoveryEvent extends AbstractDefinitionContainerEvent
Author:
pmuir
  • Constructor Details

  • Method Details

    • getBeanDeployments

      protected BeanDeploymentArchiveMapping getBeanDeployments()
      Returns:
      the bdaMapping
    • getDeployment

      protected org.jboss.weld.bootstrap.spi.Deployment getDeployment()
      Returns:
      the deployment
    • getContexts

      protected Collection<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> getContexts()
      Returns:
      the contexts
    • getTypeStore

      protected TypeStore getTypeStore()
    • getOrCreateBeanDeployment

      protected BeanDeployment getOrCreateBeanDeployment(Class<?> clazz)