Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InjectionTarget<T>
Provides operations for performing dependency injection and lifecycle callbacks on an
instance of a type.
|
Modifier and Type | Method and Description |
---|---|
<X> Producer<?> |
BeanManager.createProducer(AnnotatedField<? super X> field,
Bean<X> declaringBean)
Obtains a
Producer for the given AnnotatedField . |
<X> Producer<?> |
BeanManager.createProducer(AnnotatedMethod<? super X> method,
Bean<X> declaringBean)
Obtains a
Producer for the given AnnotatedKetuod . |
Producer<X> |
ProcessProducer.getProducer()
Returns the
Producer object that will be used by the container to call the producer
method or read the producer field. |
Modifier and Type | Method and Description |
---|---|
<T> Bean<T> |
BeanManager.createBean(BeanAttributes<T> attributes,
Class<?> beanClass,
Producer<T> producer)
|
void |
ProcessProducer.setProducer(Producer<X> producer)
Replaces the
Producer object that will be used by the container to call the producer
method or read the producer field. |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.