Uses of Interface
javax.enterprise.inject.spi.BeanAttributes
-
Packages that use BeanAttributes Package Description 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 Modifier and Type Interface Description 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 Modifier and Type Method Description BeanAttributes<?>
BeanManager. createBeanAttributes(AnnotatedMember<?> type)
Obtains aBeanAttributes
for the givenAnnotatedType
.<T> BeanAttributes<T>
BeanManager. createBeanAttributes(AnnotatedType<T> type)
Obtains aBeanAttributes
for the givenAnnotatedType
.BeanAttributes<T>
ProcessBeanAttributes. getBeanAttributes()
Methods in javax.enterprise.inject.spi with parameters of type BeanAttributes Modifier and Type Method Description <T> Bean<T>
BeanManager. createBean(BeanAttributes<T> attributes, java.lang.Class<T> beanClass, InjectionTargetFactory<T> injectionTargetFactory)
<T,X>
Bean<T>BeanManager. createBean(BeanAttributes<T> attributes, java.lang.Class<X> beanClass, ProducerFactory<X> producerFactory)
void
ProcessBeanAttributes. setBeanAttributes(BeanAttributes<T> beanAttributes)
Replaces theBeanAttributes
.
-