public class AfterBeanDiscoveryImpl extends AbstractBeanDiscoveryEvent implements AfterBeanDiscovery
| Modifier and Type | Method and Description |
|---|---|
void |
addBean(Bean<?> bean) |
void |
addContext(Context context) |
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) |
protected <T> void |
processBean(Bean<T> bean) |
getBeanDeployments, getDeployment, getOrCreateBeanDeployment, getTypeStoreaddDefinitionError, firegetActualTypeArguments, getBeanManager, getErrors, getRawTypecheckWithinObserverNotification, getReceiver, 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 AfterBeanDiscoveryprotected <T> void processBean(Bean<T> bean)
public void addContext(Context context)
addContext in interface AfterBeanDiscoverypublic void addObserverMethod(ObserverMethod<?> observerMethod)
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 AfterBeanDiscoveryCopyright © 2015. All Rights Reserved.