public class AfterTypeDiscoveryImpl extends AbstractAnnotatedTypeRegisteringEvent implements javax.enterprise.inject.spi.AfterTypeDiscovery
AbstractAnnotatedTypeRegisteringEvent.AnnotatedTypeRegistration<T>additionalAnnotatedTypes| Modifier | Constructor and Description |
|---|---|
protected |
AfterTypeDiscoveryImpl(BeanManagerImpl beanManager,
BeanDeploymentArchiveMapping bdaMapping,
org.jboss.weld.bootstrap.spi.Deployment deployment,
Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> contexts) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<?> type,
String id) |
<T> javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator<T> |
addAnnotatedType(Class<T> type,
String id) |
static void |
fire(BeanManagerImpl beanManager,
org.jboss.weld.bootstrap.spi.Deployment deployment,
BeanDeploymentArchiveMapping bdaMapping,
Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> contexts) |
List<Class<?>> |
getAlternatives() |
List<Class<?>> |
getDecorators() |
List<Class<?>> |
getInterceptors() |
protected void |
storeSyntheticAnnotatedType(BeanDeployment deployment,
javax.enterprise.inject.spi.AnnotatedType<?> type,
String id) |
addSyntheticAnnotatedType, finishgetBeanDeployments, getContexts, getDeployment, getOrCreateBeanDeployment, getTypeStoreaddDefinitionError, firegetActualTypeArguments, getBeanManager, getErrors, getEventType, getRawTypegetReceiver, checkWithinObserverNotification, postNotify, preNotifyprotected AfterTypeDiscoveryImpl(BeanManagerImpl beanManager, BeanDeploymentArchiveMapping bdaMapping, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> contexts)
public static void fire(BeanManagerImpl beanManager, org.jboss.weld.bootstrap.spi.Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> contexts)
public List<Class<?>> getAlternatives()
getAlternatives in interface javax.enterprise.inject.spi.AfterTypeDiscoverypublic List<Class<?>> getInterceptors()
getInterceptors in interface javax.enterprise.inject.spi.AfterTypeDiscoverypublic List<Class<?>> getDecorators()
getDecorators in interface javax.enterprise.inject.spi.AfterTypeDiscoverypublic void addAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<?> type,
String id)
addAnnotatedType in interface javax.enterprise.inject.spi.AfterTypeDiscoverypublic <T> javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator<T> addAnnotatedType(Class<T> type, String id)
addAnnotatedType in interface javax.enterprise.inject.spi.AfterTypeDiscoveryprotected void storeSyntheticAnnotatedType(BeanDeployment deployment, javax.enterprise.inject.spi.AnnotatedType<?> type, String id)
storeSyntheticAnnotatedType in class AbstractAnnotatedTypeRegisteringEventCopyright © 2017. All rights reserved.