|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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 | ||
---|---|---|
InjectionPoint |
BeanManager.createInjectionPoint(AnnotatedField<?> field)
Obtains a container provided implementation of InjectionPoint for the given AnnotatedField . |
|
|
BeanManager.getProducerFactory(AnnotatedField<? super X> field,
Bean<X> declaringBean)
An implementation of ProducerFactory that provides container created Producer instances for the given
field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |