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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classAbstractAnnotatedTypeRegisteringEvent.AnnotatedTypeRegistration<T>
-
Field Summary
Fields Modifier and Type Field Description protected List<AbstractAnnotatedTypeRegisteringEvent.AnnotatedTypeRegistration<?>>additionalAnnotatedTypes
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractAnnotatedTypeRegisteringEvent(BeanManagerImpl beanManager, Type rawType, BeanDeploymentArchiveMapping bdaMapping, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends Context>> contexts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddSyntheticAnnotatedType(AnnotatedType<?> type, String id)protected voidfinish()protected voidstoreSyntheticAnnotatedType(BeanDeployment deployment, AnnotatedType<?> type, String id)-
Methods inherited from class org.jboss.weld.bootstrap.events.AbstractBeanDiscoveryEvent
getBeanDeployments, getContexts, 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
-
-
-
-
Field Detail
-
additionalAnnotatedTypes
protected final List<AbstractAnnotatedTypeRegisteringEvent.AnnotatedTypeRegistration<?>> additionalAnnotatedTypes
-
-
Constructor Detail
-
AbstractAnnotatedTypeRegisteringEvent
protected AbstractAnnotatedTypeRegisteringEvent(BeanManagerImpl beanManager, Type rawType, BeanDeploymentArchiveMapping bdaMapping, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends Context>> contexts)
-
-
Method Detail
-
addSyntheticAnnotatedType
protected void addSyntheticAnnotatedType(AnnotatedType<?> type, String id)
-
storeSyntheticAnnotatedType
protected void storeSyntheticAnnotatedType(BeanDeployment deployment, AnnotatedType<?> type, String id)
-
finish
protected void finish()
-
-