Uses of Class
org.jboss.weld.annotated.slim.SlimAnnotatedTypeContext
Packages that use SlimAnnotatedTypeContext
Package
Description
-
Uses of SlimAnnotatedTypeContext in org.jboss.weld.annotated.slim
Methods in org.jboss.weld.annotated.slim that return SlimAnnotatedTypeContextModifier and TypeMethodDescriptionstatic <T> SlimAnnotatedTypeContext<T>SlimAnnotatedTypeContext.of(SlimAnnotatedType<T> type) static <T> SlimAnnotatedTypeContext<T>SlimAnnotatedTypeContext.of(SlimAnnotatedType<T> type, jakarta.enterprise.inject.spi.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 SlimAnnotatedTypeContextMethods in org.jboss.weld.bootstrap with parameters of type SlimAnnotatedTypeContextModifier and TypeMethodDescriptionvoidBeanDeployerEnvironment.addAnnotatedType(SlimAnnotatedTypeContext<?> annotatedType) voidBeanDeployerEnvironment.removeAnnotatedType(SlimAnnotatedTypeContext<?> annotatedType) Method parameters in org.jboss.weld.bootstrap with type arguments of type SlimAnnotatedTypeContextModifier and TypeMethodDescriptionvoidBeanDeployerEnvironment.addAnnotatedTypes(Collection<SlimAnnotatedTypeContext<?>> annotatedTypes) voidBeanDeployerEnvironment.removeAnnotatedTypes(Collection<SlimAnnotatedTypeContext<?>> annotatedTypes) Constructor parameters in org.jboss.weld.bootstrap with type arguments of type SlimAnnotatedTypeContextModifierConstructorDescriptionprotectedBeanDeployerEnvironment(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 SlimAnnotatedTypeContextModifier and TypeMethodDescription<T> ProcessAnnotatedTypeImpl<T>ContainerLifecycleEvents.fireProcessAnnotatedType(BeanManagerImpl beanManager, SlimAnnotatedTypeContext<T> annotatedTypeContext) Constructors in org.jboss.weld.bootstrap.events with parameters of type SlimAnnotatedTypeContextModifierConstructorDescriptionProcessSyntheticAnnotatedTypeImpl(BeanManagerImpl beanManager, SlimAnnotatedTypeContext<T> annotatedTypeContext)