|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanAttributes | |
|---|---|
| javax.enterprise.inject.spi | The portable extension integration SPI. |
| Uses of BeanAttributes in javax.enterprise.inject.spi |
|---|
| Subinterfaces of BeanAttributes in javax.enterprise.inject.spi | |
|---|---|
interface |
Bean<T>
Represents an enabled bean. |
interface |
Decorator<T>
Represents an enabled decorator. |
interface |
Interceptor<T>
Represents an enabled interceptor. |
| Methods in javax.enterprise.inject.spi that return BeanAttributes | ||
|---|---|---|
BeanAttributes<?> |
BeanManager.createBeanAttributes(AnnotatedMember<?> type)
Obtains a BeanAttributes for the given AnnotatedType. |
|
|
BeanManager.createBeanAttributes(AnnotatedType<T> type)
Obtains a BeanAttributes for the given AnnotatedType. |
|
BeanAttributes<T> |
ProcessBeanAttributes.getBeanAttributes()
|
|
| Methods in javax.enterprise.inject.spi with parameters of type BeanAttributes | ||
|---|---|---|
|
BeanManager.createBean(BeanAttributes<T> attributes,
java.lang.Class<T> beanClass,
InjectionTargetFactory<T> injectionTargetFactory)
Obtains a Bean for the given BeanAttributes, bean class and InjectionTarget. |
|
|
BeanManager.createBean(BeanAttributes<T> attributes,
java.lang.Class<X> beanClass,
ProducerFactory<X> producerFactory)
Obtains a Bean for the given BeanAttributes, bean class and Producer. |
|
void |
ProcessBeanAttributes.setBeanAttributes(BeanAttributes<T> beanAttributes)
Replaces the BeanAttributes. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||