|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of the producer fieldX
- The class of the bean declaring the producer fieldpublic interface ProcessProducerField<T,X>
The container fires an event of this type for each enabled producer field, before registering the
Bean
object. Resources are considered to be producer fields.
If any observer method of a ProcessProducerField
event throws an exception, the exception is treated as a definition
error by the container.
Method Summary | |
---|---|
AnnotatedParameter<T> |
getAnnotatedDisposedParameter()
Returns the AnnotatedParameter for any matching injection point of the same type as
the producer field return type found on a disposal method. |
AnnotatedField<T> |
getAnnotatedProducerField()
Returns the AnnotatedField representing the producer field. |
Methods inherited from interface javax.enterprise.inject.spi.ProcessBean |
---|
addDefinitionError, getAnnotated, getBean |
Method Detail |
---|
AnnotatedField<T> getAnnotatedProducerField()
AnnotatedField
representing the producer field.
AnnotatedField
for the producer field being registeredAnnotatedParameter<T> getAnnotatedDisposedParameter()
AnnotatedParameter
for any matching injection point of the same type as
the producer field return type found on a disposal method.
AnnotatedParameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |