T - public abstract class ForwardingBeanAttributes<T> extends java.lang.Object implements BeanAttributes<T>
BeanAttributes.| Constructor and Description |
|---|
ForwardingBeanAttributes() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BeanAttributes<T> |
attributes() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
Obtains the EL name of a bean, if it has one.
|
java.util.Set<java.lang.annotation.Annotation> |
getQualifiers()
Obtains the qualifiers of the bean.
|
java.lang.Class<? extends java.lang.annotation.Annotation> |
getScope()
Obtains the scope of the bean.
|
java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> |
getStereotypes()
Obtains the stereotypes of the bean.
|
java.util.Set<java.lang.reflect.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 java.util.Set<java.lang.reflect.Type> getTypes()
BeanAttributesgetTypes in interface BeanAttributes<T>public java.util.Set<java.lang.annotation.Annotation> getQualifiers()
BeanAttributesgetQualifiers in interface BeanAttributes<T>public java.lang.Class<? extends java.lang.annotation.Annotation> getScope()
BeanAttributesgetScope in interface BeanAttributes<T>public java.lang.String getName()
BeanAttributesgetName in interface BeanAttributes<T>public java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> getStereotypes()
BeanAttributesgetStereotypes in interface BeanAttributes<T>public boolean isAlternative()
BeanAttributesisAlternative in interface BeanAttributes<T>public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2015. All Rights Reserved.