Uses of Interface
jakarta.enterprise.inject.spi.AnnotatedField
-
Packages that use AnnotatedField 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 -
-
Uses of AnnotatedField in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return AnnotatedField Modifier and Type Method Description AnnotatedField<T>ProcessProducerField. getAnnotatedProducerField()Returns theAnnotatedFieldrepresenting the producer field.Methods in jakarta.enterprise.inject.spi that return types with arguments of type AnnotatedField Modifier and Type Method Description Set<AnnotatedField<? super X>>AnnotatedType. getFields()Get the fields of the type.Methods in jakarta.enterprise.inject.spi with parameters of type AnnotatedField Modifier and Type Method Description InjectionPointBeanManager. createInjectionPoint(AnnotatedField<?> field)Obtains a container provided implementation ofInjectionPointfor the givenAnnotatedField.<X> ProducerFactory<X>BeanManager. getProducerFactory(AnnotatedField<? super X> field, Bean<X> declaringBean)An implementation ofProducerFactorythat provides container createdProducerinstances for the given field. -
Uses of AnnotatedField in jakarta.enterprise.inject.spi.configurator
Methods in jakarta.enterprise.inject.spi.configurator that return AnnotatedField Modifier and Type Method Description AnnotatedField<T>AnnotatedFieldConfigurator. getAnnotated()Method parameters in jakarta.enterprise.inject.spi.configurator with type arguments of type AnnotatedField Modifier and Type Method Description default Stream<AnnotatedFieldConfigurator<? super T>>AnnotatedTypeConfigurator. filterFields(Predicate<AnnotatedField<? super T>> predicate) -
Uses of AnnotatedField in org.hibernate.validator.cdi.internal.interceptor
Methods in org.hibernate.validator.cdi.internal.interceptor that return types with arguments of type AnnotatedField Modifier and Type Method Description Set<AnnotatedField<? super T>>ValidationEnabledAnnotatedType. getFields() -
Uses of AnnotatedField in org.infinispan.cdi.common.util
Methods in org.infinispan.cdi.common.util with parameters of type AnnotatedField Modifier and Type Method Description static <X> StringAnnotateds. createFieldId(AnnotatedField<X> field)Generates a deterministic signature for anAnnotatedField.Constructors in org.infinispan.cdi.common.util with parameters of type AnnotatedField Constructor Description ImmutableInjectionPoint(AnnotatedField<?> field, BeanManager beanManager, Bean<?> declaringBean, boolean _transient, boolean delegate)Instantiate a newInjectionPointbased upon anAnnotatedField, reading the qualifiers from the annotations declared on the field.ImmutableInjectionPoint(AnnotatedField<?> field, Set<Annotation> qualifiers, Bean<?> declaringBean, boolean _transient, boolean delegate)Instantiate a newInjectionPointbased upon anAnnotatedField. -
Uses of AnnotatedField in org.infinispan.cdi.common.util.annotatedtypebuilder
Methods in org.infinispan.cdi.common.util.annotatedtypebuilder with parameters of type AnnotatedField Modifier and Type Method Description AnnotatedTypeBuilder<X>AnnotatedTypeBuilder. addToField(AnnotatedField<? super X> field, Annotation annotation)Add an annotation to the specified field.AnnotatedTypeBuilder<X>AnnotatedTypeBuilder. removeFromField(AnnotatedField<? super X> field, Class<? extends Annotation> annotationType)Remove an annotation from the specified field.
-