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(TypeLiteral<?> typeLiteral) |
Add a type to the bean types
|
BeanAttributesConfigurator<T> |
BeanAttributesConfigurator.addType(Type type) |
Add a type to the bean types
|
BeanAttributesConfigurator<T> |
BeanAttributesConfigurator.addTypes(Type... types) |
Add types to the bean types
|
BeanAttributesConfigurator<T> |
BeanAttributesConfigurator.addTypes(Set<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(Type... types) |
Replace bean types
|
BeanAttributesConfigurator<T> |
BeanAttributesConfigurator.types(Set<Type> types) |
Replace bean types
|