Uses of Interface
jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Package
Description
The portable extension integration SPI.
-
Uses of BeanAttributesConfigurator in jakarta.enterprise.inject.spi
Modifier and TypeMethodDescriptionProcessBeanAttributes.configureBeanAttributes()
returns aBeanAttributesConfigurator
initialized with theBeanAttributes
processed by this event to configure a new BeanAttributes that will replace the original one at the end of the observer invocation. -
Uses of BeanAttributesConfigurator in jakarta.enterprise.inject.spi.configurator
Modifier and TypeMethodDescriptionBeanAttributesConfigurator.addQualifier
(Annotation qualifier) Add a qualifier to the configured beanBeanAttributesConfigurator.addQualifiers
(Annotation... qualifiers) Add qualifiers to the bean.BeanAttributesConfigurator.addQualifiers
(Set<Annotation> qualifiers) Add qualifiers to the bean.BeanAttributesConfigurator.addStereotype
(Class<? extends Annotation> stereotype) Add a stereotype to the configured beanBeanAttributesConfigurator.addStereotypes
(Set<Class<? extends Annotation>> stereotypes) Add stereotypes to the configured beanBeanAttributesConfigurator.addTransitiveTypeClosure
(Type type) Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.BeanAttributesConfigurator.addType
(TypeLiteral<?> typeLiteral) Add a type to the bean typesAdd a type to the bean typesAdd types to the bean typesAdd types to the bean typesBeanAttributesConfigurator.alternative
(boolean value) Change the alternative status of the configured bean.Set the name of the configured beanBeanAttributesConfigurator.qualifiers
(Annotation... qualifiers) Replace all qualifiers.BeanAttributesConfigurator.qualifiers
(Set<Annotation> qualifiers) Replace all qualifiers.BeanAttributesConfigurator.scope
(Class<? extends Annotation> scope) Replace Bean scopeBeanAttributesConfigurator.stereotypes
(Set<Class<? extends Annotation>> stereotypes) Replace stereotypes on the configured beanReplace bean typesReplace bean types