public class BeanAttributesImpl<T> extends Object implements javax.enterprise.inject.spi.BeanAttributes<T>
| Constructor and Description |
|---|
BeanAttributesImpl(javax.enterprise.inject.spi.Bean<T> bean)
Deprecated.
|
BeanAttributesImpl(javax.enterprise.inject.spi.BeanAttributes<T> beanAttributes) |
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,
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()
Deprecated.
|
public BeanAttributesImpl(javax.enterprise.inject.spi.Bean<T> bean)
public BeanAttributesImpl(javax.enterprise.inject.spi.BeanAttributes<T> beanAttributes)
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, Set<Class<? extends Annotation>> stereotypes, boolean alternative)
public Set<Type> getTypes()
getTypes in interface javax.enterprise.inject.spi.BeanAttributes<T>public Set<Annotation> getQualifiers()
getQualifiers in interface javax.enterprise.inject.spi.BeanAttributes<T>public Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.inject.spi.BeanAttributes<T>public String getName()
getName in interface javax.enterprise.inject.spi.BeanAttributes<T>public boolean isNullable()
falsepublic Set<Class<? extends Annotation>> getStereotypes()
getStereotypes in interface javax.enterprise.inject.spi.BeanAttributes<T>public boolean isAlternative()
isAlternative in interface javax.enterprise.inject.spi.BeanAttributes<T>Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.