|
||||||||||
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,
Class<?> beanClass,
Producer<T> producer)
Obtains a Bean for the given BeanAttributes , bean class and Producer . |
|
|
BeanManager.createBean(BeanAttributes<T> attributes,
Class<T> beanClass,
InjectionTarget<T> injectionTarget)
Obtains a Bean for the given BeanAttributes , bean class and InjectionTarget . |
|
void |
ProcessBeanAttributes.setBeanAttributes(BeanAttributes<T> beanAttributes)
Replaces the BeanAttributes . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |