T - public abstract class AbstractSyntheticBean<T> extends CommonBean<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSyntheticBean(BeanAttributes<T> attributes,
BeanManagerImpl manager,
java.lang.Class<?> beanClass) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getBeanClass()
The bean class of the managed bean or session bean or of the bean that declares the producer method or
field.
|
java.util.Set<InjectionPoint> |
getInjectionPoints()
Obtains the
InjectionPoint objects representing injection points of the bean, that
will be validated by the container at initialization time. |
protected abstract Producer<T> |
getProducer() |
attributes, equals, getId, getIdentifier, hashCode, isNullable, setAttributes, toString, unwrapgetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitcreate, destroygetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeprotected AbstractSyntheticBean(BeanAttributes<T> attributes, BeanManagerImpl manager, java.lang.Class<?> beanClass)
public java.lang.Class<?> getBeanClass()
Beanpublic java.util.Set<InjectionPoint> getInjectionPoints()
BeanInjectionPoint objects representing injection points of the bean, that
will be validated by the container at initialization time.Copyright © 2014. All Rights Reserved.