Uses of Class
org.jboss.weld.annotated.slim.SlimAnnotatedTypeContext
-
Packages that use SlimAnnotatedTypeContext 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. -
-
Uses of SlimAnnotatedTypeContext in org.jboss.weld.annotated.slim
Methods in org.jboss.weld.annotated.slim that return SlimAnnotatedTypeContext Modifier and Type Method Description 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)static <T> SlimAnnotatedTypeContext<T>SlimAnnotatedTypeContext. of(SlimAnnotatedType<T> type, org.jboss.weld.resources.spi.ClassFileInfo classInfo, Set<ExtensionObserverMethodImpl<?,?>> resolvedProcessAnnotatedTypeObservers, ClassTransformer transformer) -
Uses of SlimAnnotatedTypeContext in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return types with arguments of type SlimAnnotatedTypeContext Modifier and Type Method Description Set<SlimAnnotatedTypeContext<?>>BeanDeployerEnvironment. getAnnotatedTypes()Methods in org.jboss.weld.bootstrap with parameters of type SlimAnnotatedTypeContext Modifier and Type Method Description voidBeanDeployerEnvironment. addAnnotatedType(SlimAnnotatedTypeContext<?> annotatedType)voidBeanDeployerEnvironment. removeAnnotatedType(SlimAnnotatedTypeContext<?> annotatedType)Method parameters in org.jboss.weld.bootstrap with type arguments of type SlimAnnotatedTypeContext Modifier and Type Method Description voidBeanDeployerEnvironment. addAnnotatedTypes(Collection<SlimAnnotatedTypeContext<?>> annotatedTypes)voidBeanDeployerEnvironment. removeAnnotatedTypes(Collection<SlimAnnotatedTypeContext<?>> annotatedTypes)Constructor parameters in org.jboss.weld.bootstrap with type arguments of type SlimAnnotatedTypeContext Constructor 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) -
Uses of SlimAnnotatedTypeContext in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events with parameters of type SlimAnnotatedTypeContext Modifier and Type Method Description <T> ProcessAnnotatedTypeImpl<T>ContainerLifecycleEvents. fireProcessAnnotatedType(BeanManagerImpl beanManager, SlimAnnotatedTypeContext<T> annotatedTypeContext)Constructors in org.jboss.weld.bootstrap.events with parameters of type SlimAnnotatedTypeContext Constructor Description ProcessSyntheticAnnotatedTypeImpl(BeanManagerImpl beanManager, SlimAnnotatedTypeContext<T> annotatedTypeContext)
-