Uses of Interface
javax.enterprise.inject.spi.AnnotatedField
-
Packages that use AnnotatedField Package Description javax.enterprise.inject.spi The portable extension integration SPI. -
-
Uses of AnnotatedField in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return AnnotatedField Modifier and Type Method Description AnnotatedField<T>ProcessProducerField. getAnnotatedProducerField()Returns theAnnotatedFieldrepresenting the producer field.Methods in javax.enterprise.inject.spi that return types with arguments of type AnnotatedField Modifier and Type Method Description java.util.Set<AnnotatedField<? super X>>AnnotatedType. getFields()Get the fields of the type.Methods in javax.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.
-