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, unwrap
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
protected AbstractSyntheticBean(javax.enterprise.inject.spi.BeanAttributes<T> attributes, BeanManagerImpl manager, Class<?> beanClass)
Copyright © 2016. All rights reserved.