Uses of Interface
org.jboss.weld.annotated.slim.SlimAnnotatedType
Packages that use SlimAnnotatedType
Package
Description
Allocated message IDs:
-
Uses of SlimAnnotatedType in org.jboss.weld.annotated.enhanced
Methods in org.jboss.weld.annotated.enhanced that return SlimAnnotatedTypeModifier and TypeMethodDescriptionEnhancedAnnotatedType.slim()Returns a lightweight implementation ofAnnotatedTypewith minimal memory footprint. -
Uses of SlimAnnotatedType in org.jboss.weld.annotated.enhanced.jlr
Methods in org.jboss.weld.annotated.enhanced.jlr that return SlimAnnotatedTypeMethods in org.jboss.weld.annotated.enhanced.jlr with parameters of type SlimAnnotatedTypeModifier and TypeMethodDescriptionstatic <A extends Annotation>
EnhancedAnnotation<A>EnhancedAnnotationImpl.create(SlimAnnotatedType<A> annotatedType, ClassTransformer classTransformer) static <T> EnhancedAnnotatedType<T>EnhancedAnnotatedTypeImpl.of(SlimAnnotatedType<T> annotatedType, ClassTransformer classTransformer) Constructors in org.jboss.weld.annotated.enhanced.jlr with parameters of type SlimAnnotatedTypeModifierConstructorDescriptionprotectedEnhancedAnnotatedTypeImpl(SlimAnnotatedType<T> annotatedType, Map<Class<? extends Annotation>, Annotation> annotationMap, Map<Class<? extends Annotation>, Annotation> declaredAnnotationMap, ClassTransformer classTransformer) protectedEnhancedAnnotationImpl(SlimAnnotatedType<T> annotatedType, Map<Class<? extends Annotation>, Annotation> annotationMap, Map<Class<? extends Annotation>, Annotation> declaredAnnotationMap, ClassTransformer classTransformer) Constructor -
Uses of SlimAnnotatedType in org.jboss.weld.annotated.slim
Methods in org.jboss.weld.annotated.slim that return SlimAnnotatedTypeModifier and TypeMethodDescription<X> SlimAnnotatedType<X>Retrieves a previously storedSlimAnnotatedTypethat matches the given type and ID suffix.<X> SlimAnnotatedType<X>SlimAnnotatedTypeContext.getAnnotatedType()Methods in org.jboss.weld.annotated.slim that return types with arguments of type SlimAnnotatedTypeModifier and TypeMethodDescription<X> Collection<SlimAnnotatedType<X>>Retrieves a previously stored list ofSlimAnnotatedTypes that match the given type.<X> Set<SlimAnnotatedType<X>>Methods in org.jboss.weld.annotated.slim with parameters of type SlimAnnotatedTypeModifier 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) <X> voidSlimAnnotatedTypeStore.put(SlimAnnotatedType<X> type) Put aSlimAnnotatedTypeinto the store.<X> voidSlimAnnotatedTypeStoreImpl.put(SlimAnnotatedType<X> type) -
Uses of SlimAnnotatedType in org.jboss.weld.annotated.slim.backed
Classes in org.jboss.weld.annotated.slim.backed that implement SlimAnnotatedType -
Uses of SlimAnnotatedType in org.jboss.weld.annotated.slim.unbacked
Classes in org.jboss.weld.annotated.slim.unbacked that implement SlimAnnotatedTypeModifier and TypeClassDescriptionclassWrapper for extension-providedAnnotatedType.Methods in org.jboss.weld.annotated.slim.unbacked with parameters of type SlimAnnotatedTypeModifier and TypeMethodDescriptionstatic <X> UnbackedAnnotatedType<X>UnbackedAnnotatedType.modifiedAnnotatedType(SlimAnnotatedType<X> originalType, jakarta.enterprise.inject.spi.AnnotatedType<X> source, SharedObjectCache cache) -
Uses of SlimAnnotatedType in org.jboss.weld.bean
Fields in org.jboss.weld.bean declared as SlimAnnotatedTypeModifier and TypeFieldDescriptionprotected final SlimAnnotatedType<T>AbstractClassBean.annotatedTypeMethods in org.jboss.weld.bean that return SlimAnnotatedTypeModifier and TypeMethodDescriptionAbstractClassBean.getAnnotated()ClassBean.getAnnotated()Returns the annotated type that defines this bean -
Uses of SlimAnnotatedType in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin that return SlimAnnotatedType -
Uses of SlimAnnotatedType in org.jboss.weld.bean.proxy
Methods in org.jboss.weld.bean.proxy that return SlimAnnotatedTypeModifier and TypeMethodDescriptionInterceptionFactoryDataCache.InterceptionFactoryData.getSlimAnnotatedType() -
Uses of SlimAnnotatedType in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap with parameters of type SlimAnnotatedTypeModifier and TypeMethodDescriptionvoidBeanDeployerEnvironment.addSyntheticAnnotatedType(SlimAnnotatedType<?> annotatedType, jakarta.enterprise.inject.spi.Extension extension) protected voidBeanDeployer.createClassBean(SlimAnnotatedType<?> annotatedType, SetMultimap<Class<?>, SlimAnnotatedType<?>> otherWeldClasses) Method parameters in org.jboss.weld.bootstrap with type arguments of type SlimAnnotatedTypeModifier and TypeMethodDescriptionprotected voidBeanDeployer.createClassBean(SlimAnnotatedType<?> annotatedType, SetMultimap<Class<?>, SlimAnnotatedType<?>> otherWeldClasses) -
Uses of SlimAnnotatedType in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return SlimAnnotatedTypeModifier and TypeMethodDescriptionProcessAnnotatedTypeImpl.getOriginalAnnotatedType()ProcessAnnotatedTypeImpl.getResultingAnnotatedType()Call this method after all observer methods of this event have been invoked to get the final value of thisAnnotatedType.Methods in org.jboss.weld.bootstrap.events with parameters of type SlimAnnotatedTypeModifier and TypeMethodDescriptionProcessAnnotatedTypeEventResolvable.forProcessAnnotatedType(SlimAnnotatedType<?> annotatedType, RequiredAnnotationDiscovery discovery) ProcessAnnotatedTypeEventResolvable.forProcessSyntheticAnnotatedType(SlimAnnotatedType<?> annotatedType, RequiredAnnotationDiscovery discovery) Constructors in org.jboss.weld.bootstrap.events with parameters of type SlimAnnotatedTypeModifierConstructorDescriptionprotectedProcessAnnotatedTypeEventResolvable(Set<Type> types, SlimAnnotatedType<?> annotatedType, RequiredAnnotationDiscovery discovery) ProcessAnnotatedTypeImpl(BeanManagerImpl beanManager, SlimAnnotatedType<X> annotatedType) protectedProcessAnnotatedTypeImpl(BeanManagerImpl beanManager, SlimAnnotatedType<X> annotatedType, Class<? extends jakarta.enterprise.inject.spi.ProcessAnnotatedType> rawType) -
Uses of SlimAnnotatedType in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer that return SlimAnnotatedTypeMethods in org.jboss.weld.injection.producer with parameters of type SlimAnnotatedTypeModifier and TypeMethodDescriptionvoidDefaultInjector.inject(T instance, jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager, SlimAnnotatedType<T> type, jakarta.enterprise.inject.spi.InjectionTarget<T> injectionTarget) voidInjector.inject(T instance, jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager, SlimAnnotatedType<T> type, jakarta.enterprise.inject.spi.InjectionTarget<T> injectionTarget) voidResourceInjector.inject(T instance, jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager, SlimAnnotatedType<T> type, jakarta.enterprise.inject.spi.InjectionTarget<T> injectionTarget) Constructors in org.jboss.weld.injection.producer with parameters of type SlimAnnotatedTypeModifierConstructorDescriptionConstructorInterceptionInstantiator(Instantiator<T> delegate, InterceptionModel model, SlimAnnotatedType<?> type) InterceptorApplyingInstantiator(Instantiator<T> delegate, InterceptionModel model, SlimAnnotatedType<T> type) -
Uses of SlimAnnotatedType in org.jboss.weld.interceptor.proxy
Methods in org.jboss.weld.interceptor.proxy with parameters of type SlimAnnotatedTypeModifier and TypeMethodDescriptionstatic InterceptionContextInterceptionContext.forConstructorInterception(InterceptionModel interceptionModel, jakarta.enterprise.context.spi.CreationalContext<?> ctx, BeanManagerImpl manager, SlimAnnotatedType<?> type) The context returned by this method may be later reused for other interception types.static InterceptionContextInterceptionContext.forNonConstructorInterception(InterceptionModel interceptionModel, jakarta.enterprise.context.spi.CreationalContext<?> ctx, BeanManagerImpl manager, SlimAnnotatedType<?> type) -
Uses of SlimAnnotatedType in org.jboss.weld.logging
Methods in org.jboss.weld.logging with parameters of type SlimAnnotatedTypeModifier and TypeMethodDescriptionfinal voidBootstrapLogger_$logger.patDefaultResolver(SlimAnnotatedType<?> type) voidBootstrapLogger.patDefaultResolver(SlimAnnotatedType<?> type) final voidBootstrapLogger_$logger.patFastResolver(SlimAnnotatedType<?> type) voidBootstrapLogger.patFastResolver(SlimAnnotatedType<?> type) final voidBootstrapLogger_$logger.patSkipped(SlimAnnotatedType<?> type) voidBootstrapLogger.patSkipped(SlimAnnotatedType<?> type) -
Uses of SlimAnnotatedType in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return types with arguments of type SlimAnnotatedType -
Uses of SlimAnnotatedType in org.jboss.weld.module
Method parameters in org.jboss.weld.module with type arguments of type SlimAnnotatedTypeModifier and TypeMethodDescriptionvoidEjbSupport.createSessionBeans(BeanDeployerEnvironment environment, SetMultimap<Class<?>, SlimAnnotatedType<?>> classes, BeanManagerImpl manager) Creates session beans and registers them within the given environment. -
Uses of SlimAnnotatedType in org.jboss.weld.resources
Methods in org.jboss.weld.resources that return SlimAnnotatedTypeModifier and TypeMethodDescription<T> SlimAnnotatedType<T>ClassTransformer.getSlimAnnotatedTypeById(AnnotatedTypeIdentifier id) Methods in org.jboss.weld.resources with parameters of type SlimAnnotatedTypeModifier and TypeMethodDescription<T> EnhancedAnnotatedType<T>ClassTransformer.getEnhancedAnnotatedType(SlimAnnotatedType<T> annotatedType) <T> UnbackedAnnotatedType<T>ClassTransformer.getUnbackedAnnotatedType(SlimAnnotatedType<T> originalType, jakarta.enterprise.inject.spi.AnnotatedType<T> source)