Uses of Interface
javax.enterprise.inject.spi.AnnotatedType
-
Packages that use AnnotatedType Package Description javax.enterprise.inject.spi The portable extension integration SPI.javax.enterprise.inject.spi.configurator -
-
Uses of AnnotatedType in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return AnnotatedType Modifier and Type Method Description <T> AnnotatedType<T>BeanManager. createAnnotatedType(java.lang.Class<T> type)Obtain anAnnotatedTypethat may be used to read the annotations of the given class or interface.AnnotatedType<X>ProcessManagedBean. getAnnotatedBeanClass()Returns theAnnotatedTyperepresenting the bean class.<T> AnnotatedType<T>AfterBeanDiscovery. getAnnotatedType(java.lang.Class<T> type, java.lang.String id)Obtain theAnnotatedTypethat may be used to read the annotations of the given class or interface as defined during container initialization.AnnotatedType<X>ProcessAnnotatedType. getAnnotatedType()Returns theAnnotatedTypeobject that will be used by the container to read the declared annotations.AnnotatedType<X>ProcessInjectionTarget. getAnnotatedType()Returns theAnnotatedTyperepresenting the managed bean class, session bean class or other Jakarta EE component class supporting injection.AnnotatedType<X>AnnotatedMember. getDeclaringType()Get the type which defines this member.Methods in javax.enterprise.inject.spi that return types with arguments of type AnnotatedType Modifier and Type Method Description <T> java.lang.Iterable<AnnotatedType<T>>AfterBeanDiscovery. getAnnotatedTypes(java.lang.Class<T> type)Obtain theAnnotatedTypes that may be used to read the annotations of the given class or interface as defined during container initialization.Methods in javax.enterprise.inject.spi with parameters of type AnnotatedType Modifier and Type Method Description voidAfterTypeDiscovery. addAnnotatedType(AnnotatedType<?> type, java.lang.String id)Adds a givenAnnotatedTypeto the set of types which will be scanned during bean discovery.voidBeforeBeanDiscovery. addAnnotatedType(AnnotatedType<?> type)Adds a givenAnnotatedTypeto the set of types which will be scanned during bean discovery.voidBeforeBeanDiscovery. addAnnotatedType(AnnotatedType<?> type, java.lang.String id)Adds a givenAnnotatedTypeto the set of types which will be scanned during bean discovery.voidBeforeBeanDiscovery. addInterceptorBinding(AnnotatedType<? extends java.lang.annotation.Annotation> bindingType)Declares an annotation type as an interceptor binding type.voidBeforeBeanDiscovery. addQualifier(AnnotatedType<? extends java.lang.annotation.Annotation> qualifier)Declares an annotation type as a Qualifier qualifier type.<T> BeanAttributes<T>BeanManager. createBeanAttributes(AnnotatedType<T> type)Obtains aBeanAttributesfor the givenAnnotatedType.<T> InjectionTarget<T>BeanManager. createInjectionTarget(AnnotatedType<T> type)Obtains anInjectionTargetfor the givenAnnotatedType.<T> InjectionTargetFactory<T>BeanManager. getInjectionTargetFactory(AnnotatedType<T> annotatedType)An implementation ofInjectionTargetFactorythat provides container createdInjectionTargetinstances.voidProcessAnnotatedType. setAnnotatedType(AnnotatedType<X> type)Replaces theAnnotatedType. -
Uses of AnnotatedType in javax.enterprise.inject.spi.configurator
Methods in javax.enterprise.inject.spi.configurator that return AnnotatedType Modifier and Type Method Description AnnotatedType<T>AnnotatedTypeConfigurator. getAnnotated()Methods in javax.enterprise.inject.spi.configurator with parameters of type AnnotatedType Modifier and Type Method Description <U extends T>
BeanConfigurator<U>BeanConfigurator. read(AnnotatedType<U> type)Read the information from the given annotated type.
-