public class AfterBeanDiscoveryImpl extends AbstractBeanDiscoveryEvent implements ExperimentalAfterBeanDiscovery
| Modifier and Type | Method and Description |
|---|---|
<T> BeanConfigurator<T> |
addBean() |
void |
addBean(Bean<?> bean) |
void |
addContext(Context context) |
InterceptorBuilder |
addInterceptor() |
<T> ObserverMethodConfigurator<T> |
addObserverMethod() |
void |
addObserverMethod(ObserverMethod<?> observerMethod) |
static void |
fire(BeanManagerImpl beanManager,
Deployment deployment,
BeanDeploymentArchiveMapping bdaMapping,
Collection<ContextHolder<? extends Context>> contexts) |
<T> AnnotatedType<T> |
getAnnotatedType(Class<T> type,
String id) |
<T> Iterable<AnnotatedType<T>> |
getAnnotatedTypes(Class<T> type) |
InterceptorBuilder |
interceptorBuilder() |
protected <T> void |
processBeanRegistration(org.jboss.weld.bootstrap.events.AfterBeanDiscoveryImpl.BeanRegistration registration,
GlobalEnablementBuilder globalEnablementBuilder) |
getBeanDeployments, getContexts, getDeployment, getOrCreateBeanDeployment, getTypeStoreaddDefinitionError, firegetActualTypeArguments, getBeanManager, getErrors, getEventType, getRawTypegetReceiver, checkWithinObserverNotification, postNotify, preNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDefinitionErrorpublic static void fire(BeanManagerImpl beanManager, Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends Context>> contexts)
public void addBean(Bean<?> bean)
addBean in interface AfterBeanDiscoverypublic <T> BeanConfigurator<T> addBean()
addBean in interface AfterBeanDiscoverypublic void addContext(Context context)
addContext in interface AfterBeanDiscoverypublic void addObserverMethod(ObserverMethod<?> observerMethod)
addObserverMethod in interface AfterBeanDiscoverypublic <T> ObserverMethodConfigurator<T> addObserverMethod()
addObserverMethod in interface AfterBeanDiscoverypublic <T> AnnotatedType<T> getAnnotatedType(Class<T> type, String id)
getAnnotatedType in interface AfterBeanDiscoverypublic <T> Iterable<AnnotatedType<T>> getAnnotatedTypes(Class<T> type)
getAnnotatedTypes in interface AfterBeanDiscoverypublic InterceptorBuilder interceptorBuilder()
interceptorBuilder in interface ExperimentalAfterBeanDiscoverypublic InterceptorBuilder addInterceptor()
addInterceptor in interface ExperimentalAfterBeanDiscoveryprotected <T> void processBeanRegistration(org.jboss.weld.bootstrap.events.AfterBeanDiscoveryImpl.BeanRegistration registration, GlobalEnablementBuilder globalEnablementBuilder)
Copyright © 2016. All Rights Reserved.