Uses of Interface
javax.enterprise.inject.spi.BeanAttributes
Packages that use BeanAttributes
-
Uses of BeanAttributes in javax.enterprise.inject.spi
Subinterfaces of BeanAttributes in javax.enterprise.inject.spiModifier and TypeInterfaceDescriptioninterface
Bean<T>
Represents an enabled bean.interface
Decorator<T>
Represents an enabled decorator.interface
Interceptor<T>
Represents an enabledinvalid reference
interceptor
Methods in javax.enterprise.inject.spi that return BeanAttributesModifier and TypeMethodDescriptionBeanManager.createBeanAttributes
(AnnotatedMember<?> type) Obtains aBeanAttributes
for the givenAnnotatedType
.<T> BeanAttributes
<T> BeanManager.createBeanAttributes
(AnnotatedType<T> type) Obtains aBeanAttributes
for the givenAnnotatedType
.ProcessBeanAttributes.getBeanAttributes()
Methods in javax.enterprise.inject.spi with parameters of type BeanAttributesModifier and TypeMethodDescription<T> Bean
<T> BeanManager.createBean
(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTargetFactory<T> injectionTargetFactory) <T,
X> Bean <T> BeanManager.createBean
(BeanAttributes<T> attributes, Class<X> beanClass, ProducerFactory<X> producerFactory) void
ProcessBeanAttributes.setBeanAttributes
(BeanAttributes<T> beanAttributes) Replaces theBeanAttributes
.