Uses of Interface
javax.enterprise.inject.spi.AnnotatedField

Packages that use AnnotatedField
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
 AnnotatedField<T> ProcessProducerField.getAnnotatedProducerField()
          Returns the AnnotatedField representing the producer field.
 

Methods in javax.enterprise.inject.spi that return types with arguments of type AnnotatedField
 Set<AnnotatedField<? super X>> AnnotatedType.getFields()
           Get the fields of the type.
 

Methods in javax.enterprise.inject.spi with parameters of type AnnotatedField
 InjectionPoint BeanManager.createInjectionPoint(AnnotatedField<?> field)
          Obtains a container provided implementation of InjectionPoint for the given AnnotatedField.
<X> Producer<?>
BeanManager.createProducer(AnnotatedField<? super X> field, Bean<X> declaringBean)
          Obtains a Producer for the given AnnotatedField.
 



Copyright © 2008-2012 JBoss by Red Hat, Inc.. All Rights Reserved.