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,
org.jboss.weld.resources.spi.ClassFileInfo classInfo,
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,
javax.enterprise.inject.spi.Extension extension) |
Modifier and Type | Method and Description |
---|---|
protected <T> SlimAnnotatedTypeContext<T> |
AnnotatedTypeLoader.createContext(SlimAnnotatedType<T> type) |
<T> SlimAnnotatedTypeContext<T> |
AnnotatedTypeLoader.loadAnnotatedType(String className,
String bdaId)
Creates a new
SlimAnnotatedTypeContext instance for a class with the specified class name. |
<T> SlimAnnotatedTypeContext<T> |
FastAnnotatedTypeLoader.loadAnnotatedType(String className,
String bdaId) |
Modifier and Type | Method and Description |
---|---|
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(Collection<SlimAnnotatedTypeContext<?>> annotatedTypes) |
void |
BeanDeployerEnvironment.removeAnnotatedTypes(Collection<SlimAnnotatedTypeContext<?>> annotatedTypes) |
Constructor and Description |
---|
BeanDeployerEnvironment(Set<SlimAnnotatedTypeContext<?>> annotatedTypes,
Set<Class<?>> vetoedClasses,
com.google.common.cache.LoadingCache<Class<?>,Set<AbstractClassBean<?>>> classBeanMap,
Set<ProducerField<?,?>> producerFields,
com.google.common.cache.LoadingCache<BeanDeployerEnvironment.WeldMethodKey,Set<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 © 2016. All rights reserved.