T - public abstract class AbstractSyntheticBean<T> extends CommonBean<T>
Beans which are created based on extension-provided Producer implementation.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSyntheticBean(javax.enterprise.inject.spi.BeanAttributes<T> attributes,
BeanManagerImpl manager,
Class<?> beanClass) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getBeanClass() |
Set<javax.enterprise.inject.spi.InjectionPoint> |
getInjectionPoints() |
protected abstract javax.enterprise.inject.spi.Producer<T> |
getProducer() |
attributes, equals, getId, getIdentifier, hashCode, isNullable, setAttributes, toString, unwrapgetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeprotected AbstractSyntheticBean(javax.enterprise.inject.spi.BeanAttributes<T> attributes, BeanManagerImpl manager, Class<?> beanClass)
Copyright © 2017. All rights reserved.