Package org.jboss.weld.bootstrap.events
Class AbstractAnnotatedTypeRegisteringEvent
- java.lang.Object
-
- org.jboss.weld.bootstrap.events.ContainerEvent
-
- org.jboss.weld.bootstrap.events.AbstractContainerEvent
-
- org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent
-
- org.jboss.weld.bootstrap.events.AbstractBeanDiscoveryEvent
-
- org.jboss.weld.bootstrap.events.AbstractAnnotatedTypeRegisteringEvent
-
- All Implemented Interfaces:
NotificationListener
- Direct Known Subclasses:
AfterTypeDiscoveryImpl,BeforeBeanDiscoveryImpl
public class AbstractAnnotatedTypeRegisteringEvent extends AbstractBeanDiscoveryEvent
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractAnnotatedTypeRegisteringEvent(BeanManagerImpl beanManager, Type rawType, BeanDeploymentArchiveMapping bdaMapping, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> contexts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddSyntheticAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<?> type, String id)protected voidstoreSyntheticAnnotatedType(BeanDeployment deployment, javax.enterprise.inject.spi.AnnotatedType<?> type, String id)-
Methods inherited from class org.jboss.weld.bootstrap.events.AbstractBeanDiscoveryEvent
getBeanDeployments, getDeployment, getOrCreateBeanDeployment, getTypeStore
-
Methods inherited from class org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent
addDefinitionError, fire
-
Methods inherited from class org.jboss.weld.bootstrap.events.AbstractContainerEvent
getActualTypeArguments, getBeanManager, getErrors, getEventType, getRawType
-
Methods inherited from class org.jboss.weld.bootstrap.events.ContainerEvent
checkWithinObserverNotification, getReceiver, postNotify, preNotify
-
-
-
-
Constructor Detail
-
AbstractAnnotatedTypeRegisteringEvent
protected AbstractAnnotatedTypeRegisteringEvent(BeanManagerImpl beanManager, Type rawType, BeanDeploymentArchiveMapping bdaMapping, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> contexts)
-
-
Method Detail
-
addSyntheticAnnotatedType
protected void addSyntheticAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<?> type, String id)
-
storeSyntheticAnnotatedType
protected void storeSyntheticAnnotatedType(BeanDeployment deployment, javax.enterprise.inject.spi.AnnotatedType<?> type, String id)
-
-