public abstract class CommonBean<T> extends ForwardingBeanAttributes<T> implements javax.enterprise.inject.spi.Bean<T>, WeldBean<T>
| Modifier | Constructor and Description |
|---|---|
protected |
CommonBean(javax.enterprise.inject.spi.BeanAttributes<T> attributes,
org.jboss.weld.serialization.spi.BeanIdentifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.enterprise.inject.spi.BeanAttributes<T> |
attributes() |
boolean |
equals(Object obj) |
String |
getId() |
org.jboss.weld.serialization.spi.BeanIdentifier |
getIdentifier() |
int |
hashCode() |
boolean |
isNullable() |
void |
setAttributes(javax.enterprise.inject.spi.BeanAttributes<T> attributes) |
String |
toString() |
protected Object |
unwrap(Object object) |
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeprotected CommonBean(javax.enterprise.inject.spi.BeanAttributes<T> attributes, org.jboss.weld.serialization.spi.BeanIdentifier identifier)
public boolean equals(Object obj)
equals in class ForwardingBeanAttributes<T>protected javax.enterprise.inject.spi.BeanAttributes<T> attributes()
attributes in class ForwardingBeanAttributes<T>public void setAttributes(javax.enterprise.inject.spi.BeanAttributes<T> attributes)
public boolean isNullable()
isNullable in interface javax.enterprise.inject.spi.Bean<T>public int hashCode()
hashCode in class ForwardingBeanAttributes<T>public String getId()
public org.jboss.weld.serialization.spi.BeanIdentifier getIdentifier()
getIdentifier in interface WeldBean<T>BeanIdentifier for this beanCopyright © 2017. All rights reserved.