public class BeforeBeanDiscoveryImpl extends AbstractAnnotatedTypeRegisteringEvent implements BeforeBeanDiscovery
| Modifier | Constructor and Description |
|---|---|
protected |
BeforeBeanDiscoveryImpl(BeanManagerImpl beanManager,
Deployment deployment,
BeanDeploymentArchiveMapping bdaMapping,
Collection<ContextHolder<? extends Context>> contexts) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotatedType(AnnotatedType<?> source) |
void |
addAnnotatedType(AnnotatedType<?> type,
String id) |
void |
addInterceptorBinding(AnnotatedType<? extends Annotation> bindingType) |
void |
addInterceptorBinding(Class<? extends Annotation> bindingType,
Annotation... bindingTypeDef) |
void |
addQualifier(AnnotatedType<? extends Annotation> qualifier) |
void |
addQualifier(Class<? extends Annotation> bindingType) |
void |
addScope(Class<? extends Annotation> scopeType,
boolean normal,
boolean passivating) |
void |
addStereotype(Class<? extends Annotation> stereotype,
Annotation... stereotypeDef) |
static void |
fire(BeanManagerImpl beanManager,
Deployment deployment,
BeanDeploymentArchiveMapping bdaMapping,
Collection<ContextHolder<? extends Context>> contexts) |
addSyntheticAnnotatedType, storeSyntheticAnnotatedTypegetBeanDeployments, getDeployment, getOrCreateBeanDeployment, getTypeStoreaddDefinitionError, firegetActualTypeArguments, getBeanManager, getErrors, getRawTypegetReceiver, checkWithinObserverNotification, postNotify, preNotifyprotected BeforeBeanDiscoveryImpl(BeanManagerImpl beanManager, Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends Context>> contexts)
public static void fire(BeanManagerImpl beanManager, Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends Context>> contexts)
public void addQualifier(Class<? extends Annotation> bindingType)
addQualifier in interface BeforeBeanDiscoverypublic void addInterceptorBinding(Class<? extends Annotation> bindingType, Annotation... bindingTypeDef)
addInterceptorBinding in interface BeforeBeanDiscoverypublic void addScope(Class<? extends Annotation> scopeType, boolean normal, boolean passivating)
addScope in interface BeforeBeanDiscoverypublic void addStereotype(Class<? extends Annotation> stereotype, Annotation... stereotypeDef)
addStereotype in interface BeforeBeanDiscoverypublic void addAnnotatedType(AnnotatedType<?> source)
addAnnotatedType in interface BeforeBeanDiscoverypublic void addAnnotatedType(AnnotatedType<?> type, String id)
addAnnotatedType in interface BeforeBeanDiscoverypublic void addQualifier(AnnotatedType<? extends Annotation> qualifier)
addQualifier in interface BeforeBeanDiscoverypublic void addInterceptorBinding(AnnotatedType<? extends Annotation> bindingType)
addInterceptorBinding in interface BeforeBeanDiscoveryCopyright © 2015. All Rights Reserved.