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()
BeanAttributes
getTypes
in interface BeanAttributes<T>
public Set<Annotation> getQualifiers()
BeanAttributes
getQualifiers
in interface BeanAttributes<T>
public Class<? extends Annotation> getScope()
BeanAttributes
getScope
in interface BeanAttributes<T>
public String getName()
BeanAttributes
getName
in interface BeanAttributes<T>
public Set<Class<? extends Annotation>> getStereotypes()
BeanAttributes
getStereotypes
in interface BeanAttributes<T>
public boolean isAlternative()
BeanAttributes
isAlternative
in interface BeanAttributes<T>
Copyright © 2014. All Rights Reserved.