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