| Package | Description |
|---|---|
| org.jboss.weld.annotated.slim |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.bootstrap |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.bootstrap.events |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> SlimAnnotatedTypeContext<T> |
SlimAnnotatedTypeContext.of(SlimAnnotatedType<T> type) |
static <T> SlimAnnotatedTypeContext<T> |
SlimAnnotatedTypeContext.of(SlimAnnotatedType<T> type,
org.jboss.weld.resources.spi.ClassFileInfo classInfo,
Set<ExtensionObserverMethodImpl<?,?>> resolvedProcessAnnotatedTypeObservers) |
static <T> SlimAnnotatedTypeContext<T> |
SlimAnnotatedTypeContext.of(SlimAnnotatedType<T> type,
javax.enterprise.inject.spi.Extension extension) |
| Modifier and Type | Method and Description |
|---|---|
Set<SlimAnnotatedTypeContext<?>> |
BeanDeployerEnvironment.getAnnotatedTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanDeployerEnvironment.addAnnotatedType(SlimAnnotatedTypeContext<?> annotatedType) |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanDeployerEnvironment.addAnnotatedTypes(Collection<SlimAnnotatedTypeContext<?>> annotatedTypes) |
void |
BeanDeployerEnvironment.removeAnnotatedTypes(Collection<SlimAnnotatedTypeContext<?>> annotatedTypes) |
| Constructor and Description |
|---|
BeanDeployerEnvironment(Set<SlimAnnotatedTypeContext<?>> annotatedTypes,
Set<Class<?>> vetoedClasses,
SetMultimap<Class<?>,AbstractClassBean<?>> classBeanMap,
Set<ProducerField<?,?>> producerFields,
SetMultimap<BeanDeployerEnvironment.WeldMethodKey,ProducerMethod<?,?>> producerMethodBeanMap,
Set<RIBean<?>> beans,
Set<ObserverInitializationContext<?,?>> observers,
Set<DisposalMethod<?,?>> allDisposalBeans,
Set<DisposalMethod<?,?>> resolvedDisposalBeans,
Set<DecoratorImpl<?>> decorators,
Set<InterceptorImpl<?>> interceptors,
EjbDescriptors ejbDescriptors,
Set<EnhancedAnnotatedType<?>> newManagedBeanClasses,
Map<InternalEjbDescriptor<?>,EnhancedAnnotatedType<?>> newSessionBeanDescriptorsFromInjectionPoint,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
<T> ProcessAnnotatedTypeImpl<T> |
ContainerLifecycleEvents.fireProcessAnnotatedType(BeanManagerImpl beanManager,
SlimAnnotatedTypeContext<T> annotatedTypeContext) |
| Constructor and Description |
|---|
ProcessSyntheticAnnotatedTypeImpl(BeanManagerImpl beanManager,
SlimAnnotatedTypeContext<T> annotatedTypeContext) |
Copyright © 2017. All rights reserved.