Uses of Interface
javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Packages that use BeanAttributesConfigurator Package Description javax.enterprise.inject.spi The portable extension integration SPI.javax.enterprise.inject.spi.configurator org.jboss.weld.bootstrap.events org.jboss.weld.bootstrap.events.configurator -
-
Uses of BeanAttributesConfigurator in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return BeanAttributesConfigurator Modifier and Type Method Description BeanAttributesConfigurator<T>ProcessBeanAttributes. configureBeanAttributes()returns aBeanAttributesConfiguratorinitialized with theBeanAttributesprocessed 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 javax.enterprise.inject.spi.configurator
Methods in javax.enterprise.inject.spi.configurator that return BeanAttributesConfigurator Modifier and Type Method Description BeanAttributesConfigurator<T>BeanAttributesConfigurator. addQualifier(Annotation qualifier)Add a qualifier to the configured beanBeanAttributesConfigurator<T>BeanAttributesConfigurator. addQualifiers(Annotation... qualifiers)Add qualifiers to the bean.BeanAttributesConfigurator<T>BeanAttributesConfigurator. addQualifiers(Set<Annotation> qualifiers)Add qualifiers to the bean.BeanAttributesConfigurator<T>BeanAttributesConfigurator. addStereotype(Class<? extends Annotation> stereotype)Add a stereotype to the configured beanBeanAttributesConfigurator<T>BeanAttributesConfigurator. addStereotypes(Set<Class<? extends Annotation>> stereotypes)Add stereotypes to the configured beanBeanAttributesConfigurator<T>BeanAttributesConfigurator. 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<T>BeanAttributesConfigurator. addType(Type type)Add a type to the bean typesBeanAttributesConfigurator<T>BeanAttributesConfigurator. addType(TypeLiteral<?> typeLiteral)Add a type to the bean typesBeanAttributesConfigurator<T>BeanAttributesConfigurator. addTypes(Type... types)Add types to the bean typesBeanAttributesConfigurator<T>BeanAttributesConfigurator. addTypes(Set<Type> types)Add types to the bean typesBeanAttributesConfigurator<T>BeanAttributesConfigurator. alternative(boolean value)Change the alternative status of the configured bean.BeanAttributesConfigurator<T>BeanAttributesConfigurator. name(String name)Set the name of the configured beanBeanAttributesConfigurator<T>BeanAttributesConfigurator. qualifiers(Annotation... qualifiers)Replace all qualifiers.BeanAttributesConfigurator<T>BeanAttributesConfigurator. qualifiers(Set<Annotation> qualifiers)Replace all qualifiers.BeanAttributesConfigurator<T>BeanAttributesConfigurator. scope(Class<? extends Annotation> scope)Replace Bean scopeBeanAttributesConfigurator<T>BeanAttributesConfigurator. stereotypes(Set<Class<? extends Annotation>> stereotypes)Replace stereotypes on the configured beanBeanAttributesConfigurator<T>BeanAttributesConfigurator. types(Type... types)Replace bean typesBeanAttributesConfigurator<T>BeanAttributesConfigurator. types(Set<Type> types)Replace bean types -
Uses of BeanAttributesConfigurator in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return BeanAttributesConfigurator Modifier and Type Method Description BeanAttributesConfigurator<T>ProcessBeanAttributesImpl. configureBeanAttributes() -
Uses of BeanAttributesConfigurator in org.jboss.weld.bootstrap.events.configurator
Classes in org.jboss.weld.bootstrap.events.configurator that implement BeanAttributesConfigurator Modifier and Type Class Description classBeanAttributesConfiguratorImpl<T>Methods in org.jboss.weld.bootstrap.events.configurator that return BeanAttributesConfigurator Modifier and Type Method Description BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. addQualifier(Annotation qualifier)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. addQualifiers(Annotation... qualifiers)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. addQualifiers(Set<Annotation> qualifiers)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. addStereotype(Class<? extends Annotation> stereotype)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. addStereotypes(Set<Class<? extends Annotation>> stereotypes)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. addTransitiveTypeClosure(Type type)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. addType(Type type)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. addType(TypeLiteral<?> typeLiteral)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. addTypes(Type... types)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. addTypes(Set<Type> types)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. alternative(boolean alternative)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. name(String name)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. qualifiers(Annotation... qualifiers)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. qualifiers(Set<Annotation> qualifiers)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. read(BeanAttributes<?> beanAttributes)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. scope(Class<? extends Annotation> scope)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. stereotypes(Set<Class<? extends Annotation>> stereotypes)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. types(Type... types)BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. types(Set<Type> types)
-