Uses of Interface
jakarta.enterprise.inject.spi.BeanAttributes
Package
Description
The portable extension integration SPI.
-
Uses of BeanAttributes in jakarta.enterprise.inject.spi
Modifier and TypeInterfaceDescriptioninterface
Bean<T>
Represents an enabled bean.interface
Decorator<T>
Represents an enabled decorator.interface
Interceptor<T>
Represents an enabled interceptor.Modifier 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()
Modifier 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
. -
Uses of BeanAttributes in jakarta.enterprise.inject.spi.configurator
Modifier and TypeMethodDescriptionBeanConfigurator.read
(BeanAttributes<?> beanAttributes) Read the information from the given bean attributes.