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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<AbstractAnnotatedTypeRegisteringEvent.AnnotatedTypeRegistration<?>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractAnnotatedTypeRegisteringEvent(BeanManagerImpl beanManager, Type rawType, BeanDeploymentArchiveMapping bdaMapping, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> contexts) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddSyntheticAnnotatedType(jakarta.enterprise.inject.spi.AnnotatedType<?> type, String id) protected voidfinish()protected voidstoreSyntheticAnnotatedType(BeanDeployment deployment, jakarta.enterprise.inject.spi.AnnotatedType<?> type, String id) Methods inherited from class org.jboss.weld.bootstrap.events.AbstractBeanDiscoveryEvent
getBeanDeployments, getContexts, getDeployment, getOrCreateBeanDeployment, getTypeStoreMethods inherited from class org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent
addDefinitionError, fireMethods inherited from class org.jboss.weld.bootstrap.events.AbstractContainerEvent
getActualTypeArguments, getBeanManager, getErrors, getEventType, getRawTypeMethods inherited from class org.jboss.weld.bootstrap.events.ContainerEvent
checkWithinObserverNotification, getReceiver, postNotify, preNotify
-
Field Details
-
additionalAnnotatedTypes
protected final List<AbstractAnnotatedTypeRegisteringEvent.AnnotatedTypeRegistration<?>> additionalAnnotatedTypes
-
-
Constructor Details
-
AbstractAnnotatedTypeRegisteringEvent
protected AbstractAnnotatedTypeRegisteringEvent(BeanManagerImpl beanManager, Type rawType, BeanDeploymentArchiveMapping bdaMapping, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> contexts)
-
-
Method Details
-
addSyntheticAnnotatedType
protected void addSyntheticAnnotatedType(jakarta.enterprise.inject.spi.AnnotatedType<?> type, String id) -
storeSyntheticAnnotatedType
protected void storeSyntheticAnnotatedType(BeanDeployment deployment, jakarta.enterprise.inject.spi.AnnotatedType<?> type, String id) -
finish
protected void finish()
-