Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
javax.enterprise.inject.spi.configurator |
Modifier and Type | Method and Description |
---|---|
BeanAttributesConfigurator<T> |
ProcessBeanAttributes.configureBeanAttributes()
returns a
BeanAttributesConfigurator initialized with the BeanAttributes processed by this event
to configure a new BeanAttributes that will replace the original one at the end of the observer invocation. |
Modifier and Type | Method and Description |
---|---|
BeanAttributesConfigurator<T> |
BeanAttributesConfigurator.addQualifier(Annotation qualifier)
Add a qualifier to the configured bean
|
BeanAttributesConfigurator<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 bean
|
BeanAttributesConfigurator<T> |
BeanAttributesConfigurator.addStereotypes(Set<Class<? extends Annotation>> stereotypes)
Add stereotypes to the configured bean
|
BeanAttributesConfigurator<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 types
|
BeanAttributesConfigurator<T> |
BeanAttributesConfigurator.addType(TypeLiteral<?> typeLiteral)
Add a type to the bean types
|
BeanAttributesConfigurator<T> |
BeanAttributesConfigurator.addTypes(Set<Type> types)
Add types to the bean types
|
BeanAttributesConfigurator<T> |
BeanAttributesConfigurator.addTypes(Type... types)
Add types to the bean types
|
BeanAttributesConfigurator<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 bean
|
BeanAttributesConfigurator<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 scope
|
BeanAttributesConfigurator<T> |
BeanAttributesConfigurator.stereotypes(Set<Class<? extends Annotation>> stereotypes)
Replace stereotypes on the configured bean
|
BeanAttributesConfigurator<T> |
BeanAttributesConfigurator.types(Set<Type> types)
Replace bean types
|
BeanAttributesConfigurator<T> |
BeanAttributesConfigurator.types(Type... types)
Replace bean types
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.