Uses of Interface
jakarta.enterprise.inject.spi.AnnotatedField
Packages that use AnnotatedField
Package
Description
The portable extension integration SPI.
Classes for enabling Bean Validation method validation via a CDI interceptor.
This package contains utility classes.
-
Uses of AnnotatedField in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return AnnotatedFieldModifier and TypeMethodDescriptionProcessProducerField.getAnnotatedProducerField()Returns theAnnotatedFieldrepresenting the producer field.Methods in jakarta.enterprise.inject.spi that return types with arguments of type AnnotatedFieldModifier and TypeMethodDescriptionSet<AnnotatedField<? super X>>AnnotatedType.getFields()Get the fields of the type.Methods in jakarta.enterprise.inject.spi with parameters of type AnnotatedFieldModifier and TypeMethodDescriptionBeanManager.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 AnnotatedFieldMethod parameters in jakarta.enterprise.inject.spi.configurator with type arguments of type AnnotatedFieldModifier and TypeMethodDescriptiondefault 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 AnnotatedFieldModifier and TypeMethodDescriptionSet<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 AnnotatedFieldModifier and TypeMethodDescriptionstatic <X> StringAnnotateds.createFieldId(AnnotatedField<X> field) Generates a deterministic signature for anAnnotatedField.Constructors in org.infinispan.cdi.common.util with parameters of type AnnotatedFieldModifierConstructorDescriptionImmutableInjectionPoint(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 AnnotatedFieldModifier and TypeMethodDescriptionAnnotatedTypeBuilder.addToField(AnnotatedField<? super X> field, Annotation annotation) Add an annotation to the specified field.AnnotatedTypeBuilder.removeFromField(AnnotatedField<? super X> field, Class<? extends Annotation> annotationType) Remove an annotation from the specified field.