T - public abstract class ForwardingBeanAttributes<T> extends Object implements BeanAttributes<T>
BeanAttributes.| Constructor and Description |
|---|
ForwardingBeanAttributes() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BeanAttributes<T> |
attributes() |
boolean |
equals(Object obj) |
String |
getName()
Obtains the EL name of a bean, if it has one.
|
Set<Annotation> |
getQualifiers()
Obtains the qualifiers of the bean.
|
Class<? extends Annotation> |
getScope()
Obtains the scope of the bean.
|
Set<Class<? extends Annotation>> |
getStereotypes()
Obtains the stereotypes of the bean.
|
Set<Type> |
getTypes()
Obtains the bean types of the bean.
|
int |
hashCode() |
boolean |
isAlternative()
Determines if the bean is an alternative.
|
protected abstract BeanAttributes<T> attributes()
public Set<Type> getTypes()
BeanAttributesgetTypes in interface BeanAttributes<T>public Set<Annotation> getQualifiers()
BeanAttributesgetQualifiers in interface BeanAttributes<T>public Class<? extends Annotation> getScope()
BeanAttributesgetScope in interface BeanAttributes<T>public String getName()
BeanAttributesgetName in interface BeanAttributes<T>public Set<Class<? extends Annotation>> getStereotypes()
BeanAttributesgetStereotypes in interface BeanAttributes<T>public boolean isAlternative()
BeanAttributesisAlternative in interface BeanAttributes<T>Copyright © 2014. All Rights Reserved.