public class AfterBeanDiscoveryImpl extends Object implements AfterBeanDiscovery
| Constructor and Description |
|---|
AfterBeanDiscoveryImpl(WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBean(Bean<?> bean) |
void |
addContext(Context context) |
void |
addDefinitionError(Throwable t) |
void |
addObserverMethod(ObserverMethod<?> observerMethod) |
<T> AnnotatedType<T> |
getAnnotatedType(Class<T> type,
String id) |
<T> Iterable<AnnotatedType<T>> |
getAnnotatedTypes(Class<T> type) |
public AfterBeanDiscoveryImpl(WebBeansContext webBeansContext)
public void addBean(Bean<?> bean)
addBean in interface AfterBeanDiscoverypublic void addContext(Context context)
addContext in interface AfterBeanDiscoverypublic void addDefinitionError(Throwable t)
addDefinitionError in interface AfterBeanDiscoverypublic void addObserverMethod(ObserverMethod<?> observerMethod)
addObserverMethod in interface AfterBeanDiscoverypublic <T> AnnotatedType<T> getAnnotatedType(Class<T> type, String id)
public <T> Iterable<AnnotatedType<T>> getAnnotatedTypes(Class<T> type)
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.