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() |
java.util.Set<java.lang.annotation.Annotation> |
getQualifiers() |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getScope() |
java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> |
getStereotypes() |
java.util.Set<java.lang.reflect.Type> |
getTypes() |
int |
hashCode() |
boolean |
isAlternative() |
protected abstract BeanAttributes<T> attributes()
public java.util.Set<java.lang.reflect.Type> getTypes()
getTypes in interface BeanAttributes<T>public java.util.Set<java.lang.annotation.Annotation> getQualifiers()
getQualifiers in interface BeanAttributes<T>public java.lang.Class<? extends java.lang.annotation.Annotation> getScope()
getScope in interface BeanAttributes<T>public java.lang.String getName()
getName in interface BeanAttributes<T>public java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> getStereotypes()
getStereotypes in interface BeanAttributes<T>public boolean isAlternative()
isAlternative 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.