Uses of Class
org.jboss.weld.annotated.slim.SlimAnnotatedTypeContext
-
Packages that use SlimAnnotatedTypeContext Package Description org.jboss.weld.annotated.slim org.jboss.weld.bootstrap org.jboss.weld.bootstrap.events -
-
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)static <T> SlimAnnotatedTypeContext<T>SlimAnnotatedTypeContext. of(SlimAnnotatedType<T> type, Extension extension)static <T> SlimAnnotatedTypeContext<T>SlimAnnotatedTypeContext. of(SlimAnnotatedType<T> type, org.jboss.weld.resources.spi.ClassFileInfo classInfo, Set<ContainerLifecycleEventObserverMethod<?>> resolvedProcessAnnotatedTypeObservers) -
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, 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, Set<Type> newBeanTypes, 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)
-