Uses of Interface
jakarta.enterprise.inject.spi.AnnotatedType
-
Packages that use AnnotatedType Package Description jakarta.enterprise.inject.spi The portable extension integration SPI.jakarta.enterprise.inject.spi.configurator org.hibernate.validator.cdi.internal.interceptor Classes for enabling Bean Validation method validation via a CDI interceptor.org.infinispan.cdi.common.util This package contains utility classes.org.infinispan.cdi.common.util.annotatedtypebuilder org.jboss.weld.bootstrap.event -
-
Uses of AnnotatedType in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return AnnotatedType Modifier and Type Method Description <T> AnnotatedType<T>BeanManager. createAnnotatedType(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(Class<T> type, 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 Java EE component class supporting injection.AnnotatedType<X>AnnotatedMember. getDeclaringType()Get the type which defines this member.Methods in jakarta.enterprise.inject.spi that return types with arguments of type AnnotatedType Modifier and Type Method Description <T> Iterable<AnnotatedType<T>>AfterBeanDiscovery. getAnnotatedTypes(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 jakarta.enterprise.inject.spi with parameters of type AnnotatedType Modifier and Type Method Description voidAfterTypeDiscovery. addAnnotatedType(AnnotatedType<?> type, String id)Adds a givenAnnotatedTypeto the set of types which will be scanned during bean discovery.voidBeforeBeanDiscovery. addAnnotatedType(AnnotatedType<?> type, String id)Adds a givenAnnotatedTypeto the set of types which will be scanned during bean discovery.voidBeforeBeanDiscovery. addInterceptorBinding(AnnotatedType<? extends Annotation> bindingType)Declares an annotation type as an interceptor binding type.voidBeforeBeanDiscovery. addQualifier(AnnotatedType<? extends Annotation> qualifier)Declares an annotation type as a Qualifier qualifier type.<T> BeanAttributes<T>BeanManager. createBeanAttributes(AnnotatedType<T> type)Obtains aBeanAttributesfor 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 jakarta.enterprise.inject.spi.configurator
Methods in jakarta.enterprise.inject.spi.configurator that return AnnotatedType Modifier and Type Method Description AnnotatedType<T>AnnotatedTypeConfigurator. getAnnotated()Methods in jakarta.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. -
Uses of AnnotatedType in org.hibernate.validator.cdi.internal.interceptor
Classes in org.hibernate.validator.cdi.internal.interceptor that implement AnnotatedType Modifier and Type Class Description classValidationEnabledAnnotatedType<T>Methods in org.hibernate.validator.cdi.internal.interceptor that return AnnotatedType Modifier and Type Method Description AnnotatedType<T>ValidationEnabledAnnotatedCallable. getDeclaringType()Constructors in org.hibernate.validator.cdi.internal.interceptor with parameters of type AnnotatedType Constructor Description ValidationEnabledAnnotatedType(AnnotatedType<T> type, Set<AnnotatedCallable<? super T>> constrainedCallables) -
Uses of AnnotatedType in org.infinispan.cdi.common.util
Methods in org.infinispan.cdi.common.util with parameters of type AnnotatedType Modifier and Type Method Description static <X> StringAnnotateds. createTypeId(AnnotatedType<X> annotatedType)Generates a deterministic signature for anAnnotatedType.BeanBuilder<T>BeanBuilder. readFromType(AnnotatedType<T> type)Read theAnnotatedType, creating a bean from the class and it's annotations. -
Uses of AnnotatedType in org.infinispan.cdi.common.util.annotatedtypebuilder
Methods in org.infinispan.cdi.common.util.annotatedtypebuilder that return AnnotatedType Modifier and Type Method Description AnnotatedType<X>AnnotatedTypeBuilder. create()Create anAnnotatedType.Methods in org.infinispan.cdi.common.util.annotatedtypebuilder with parameters of type AnnotatedType Modifier and Type Method Description AnnotatedTypeBuilder<X>AnnotatedTypeBuilder. readFromType(AnnotatedType<X> type)Reads in from an existing AnnotatedType.AnnotatedTypeBuilder<X>AnnotatedTypeBuilder. readFromType(AnnotatedType<X> type, boolean overwrite)Reads in from an existing AnnotatedType. -
Uses of AnnotatedType in org.jboss.weld.bootstrap.event
Methods in org.jboss.weld.bootstrap.event with parameters of type AnnotatedType Modifier and Type Method Description <U extends T>
WeldBeanConfigurator<U>WeldBeanConfigurator. read(AnnotatedType<U> type)
-