public class BeanAttributesImpl<T> extends Object implements BeanAttributes<T>
| Constructor and Description |
|---|
BeanAttributesImpl(javax.enterprise.inject.spi.Bean<T> bean)
TODO This constructor can be removed, when we move to CDI 1.1 since
Bean extends BeanAttributes. |
BeanAttributesImpl(BeanAttributes<T> beanAttributes,
boolean nullable) |
BeanAttributesImpl(Set<Type> types) |
BeanAttributesImpl(Set<Type> types,
Set<Annotation> qualifiers) |
BeanAttributesImpl(Set<Type> types,
Set<Annotation> qualifiers,
Class<? extends Annotation> scope) |
BeanAttributesImpl(Set<Type> types,
Set<Annotation> qualifiers,
Class<? extends Annotation> scope,
Set<Class<? extends Annotation>> stereotypes) |
BeanAttributesImpl(Set<Type> types,
Set<Annotation> qualifiers,
Class<? extends Annotation> scope,
String name,
boolean nullable,
Set<Class<? extends Annotation>> stereotypes,
boolean alternative) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Set<Annotation> |
getQualifiers() |
Class<? extends Annotation> |
getScope() |
Set<Class<? extends Annotation>> |
getStereotypes() |
Set<Type> |
getTypes() |
boolean |
isAlternative() |
boolean |
isNullable() |
public BeanAttributesImpl(javax.enterprise.inject.spi.Bean<T> bean)
Bean extends BeanAttributes.public BeanAttributesImpl(BeanAttributes<T> beanAttributes, boolean nullable)
public BeanAttributesImpl(Set<Type> types, Set<Annotation> qualifiers)
public BeanAttributesImpl(Set<Type> types, Set<Annotation> qualifiers, Class<? extends Annotation> scope)
public BeanAttributesImpl(Set<Type> types, Set<Annotation> qualifiers, Class<? extends Annotation> scope, Set<Class<? extends Annotation>> stereotypes)
public BeanAttributesImpl(Set<Type> types, Set<Annotation> qualifiers, Class<? extends Annotation> scope, String name, boolean nullable, Set<Class<? extends Annotation>> stereotypes, boolean alternative)
public Set<Type> getTypes()
getTypes in interface BeanAttributes<T>public Set<Annotation> getQualifiers()
getQualifiers in interface BeanAttributes<T>public Class<? extends Annotation> getScope()
getScope in interface BeanAttributes<T>public String getName()
getName in interface BeanAttributes<T>public boolean isNullable()
public Set<Class<? extends Annotation>> getStereotypes()
getStereotypes in interface BeanAttributes<T>public boolean isAlternative()
isAlternative in interface BeanAttributes<T>Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.