Uses of Interface
jakarta.enterprise.inject.spi.Annotated
-
Packages that use Annotated Package Description jakarta.enterprise.inject.spi The portable extension integration SPI.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 -
-
Uses of Annotated in jakarta.enterprise.inject.spi
Subinterfaces of Annotated in jakarta.enterprise.inject.spi Modifier and Type Interface Description interfaceAnnotatedCallable<X>Represents a callable member of a Java type.interfaceAnnotatedConstructor<X>Represents a constructor of a Java class.interfaceAnnotatedField<X>Represents a field of a Java class.interfaceAnnotatedMember<X>Represents a member of a Java type.interfaceAnnotatedMethod<X>Represents a method of a Java type.interfaceAnnotatedParameter<X>Represents a parameter of a method or constructor.interfaceAnnotatedType<X>Represents a Java class or interface.Methods in jakarta.enterprise.inject.spi that return Annotated Modifier and Type Method Description AnnotatedInjectionPoint. getAnnotated()Obtain an instance ofAnnotatedFieldorAnnotatedParameter, depending upon whether the injection point is an injected field or a constructor/method parameter.AnnotatedProcessBean. getAnnotated()Returns theAnnotatedTyperepresenting the bean class, theAnnotatedMethodrepresenting the producer method, or theAnnotatedFieldrepresenting the producer field.AnnotatedProcessBeanAttributes. getAnnotated() -
Uses of Annotated in org.hibernate.validator.cdi.internal.interceptor
Classes in org.hibernate.validator.cdi.internal.interceptor that implement Annotated Modifier and Type Class Description classValidationEnabledAnnotatedCallable<T>classValidationEnabledAnnotatedConstructor<T>classValidationEnabledAnnotatedMethod<T>classValidationEnabledAnnotatedType<T> -
Uses of Annotated in org.infinispan.cdi.common.util
Methods in org.infinispan.cdi.common.util that return Annotated Modifier and Type Method Description AnnotatedImmutableInjectionPoint. getAnnotated()Methods in org.infinispan.cdi.common.util with parameters of type Annotated Modifier and Type Method Description static <A extends Annotation>
AReflections. getMetaAnnotation(Annotated element, Class<A> annotationType)Inspects an annotated element for the given meta annotation. -
Uses of Annotated in org.infinispan.cdi.common.util.annotatedtypebuilder
Methods in org.infinispan.cdi.common.util.annotatedtypebuilder with parameters of type Annotated Modifier and Type Method Description protected voidAnnotatedTypeBuilder. mergeAnnotationsOnElement(Annotated annotated, boolean overwriteExisting, AnnotationBuilder typeAnnotations)
-