| Package | Description |
|---|---|
| org.jboss.weld.annotated.slim | |
| org.jboss.weld.bootstrap | |
| org.jboss.weld.bootstrap.events |
| Modifier and Type | Method and Description |
|---|---|
static <T> SlimAnnotatedTypeContext<T> |
SlimAnnotatedTypeContext.of(SlimAnnotatedType<T> type,
ClassFileInfo classInfo,
java.util.Set<ExtensionObserverMethodImpl<?,?>> resolvedProcessAnnotatedTypeObservers,
ClassTransformer transformer) |
static <T> SlimAnnotatedTypeContext<T> |
SlimAnnotatedTypeContext.of(SlimAnnotatedType<T> type,
ClassTransformer transformer) |
static <T> SlimAnnotatedTypeContext<T> |
SlimAnnotatedTypeContext.of(SlimAnnotatedType<T> type,
ClassTransformer transformer,
Extension extension) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> SlimAnnotatedTypeContext<T> |
AnnotatedTypeLoader.createContext(SlimAnnotatedType<T> type) |
<T> SlimAnnotatedTypeContext<T> |
FastAnnotatedTypeLoader.loadAnnotatedType(java.lang.String className,
java.lang.String bdaId) |
<T> SlimAnnotatedTypeContext<T> |
AnnotatedTypeLoader.loadAnnotatedType(java.lang.String className,
java.lang.String bdaId)
Creates a new
SlimAnnotatedTypeContext instance for a class with the specified class name. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SlimAnnotatedTypeContext<?>> |
BeanDeployerEnvironment.getAnnotatedTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanDeployerEnvironment.addAnnotatedType(SlimAnnotatedTypeContext<?> annotatedType) |
void |
BeanDeployerEnvironment.removeAnnotatedType(SlimAnnotatedTypeContext<?> annotatedType) |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanDeployerEnvironment.addAnnotatedTypes(java.util.Collection<SlimAnnotatedTypeContext<?>> annotatedTypes) |
void |
BeanDeployerEnvironment.removeAnnotatedTypes(java.util.Collection<SlimAnnotatedTypeContext<?>> annotatedTypes) |
| Constructor and Description |
|---|
BeanDeployerEnvironment(java.util.Set<SlimAnnotatedTypeContext<?>> annotatedTypes,
java.util.Set<java.lang.Class<?>> vetoedClasses,
SetMultimap<java.lang.Class<?>,AbstractClassBean<?>> classBeanMap,
java.util.Set<ProducerField<?,?>> producerFields,
SetMultimap<BeanDeployerEnvironment.WeldMethodKey,ProducerMethod<?,?>> producerMethodBeanMap,
java.util.Set<RIBean<?>> beans,
java.util.Set<ObserverInitializationContext<?,?>> observers,
java.util.Set<DisposalMethod<?,?>> allDisposalBeans,
java.util.Set<DisposalMethod<?,?>> resolvedDisposalBeans,
java.util.Set<DecoratorImpl<?>> decorators,
java.util.Set<InterceptorImpl<?>> interceptors,
EjbDescriptors ejbDescriptors,
java.util.Set<EnhancedAnnotatedType<?>> newManagedBeanClasses,
java.util.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 © 2014. All Rights Reserved.