T - public class SyntheticClassBean<T> extends AbstractSyntheticBean<T>
InjectionTarget implementation.| Modifier and Type | Field and Description |
|---|---|
protected javax.enterprise.inject.spi.InjectionTarget<T> |
producer |
| Constructor and Description |
|---|
SyntheticClassBean(javax.enterprise.inject.spi.BeanAttributes<T> attributes,
Class<T> beanClass,
javax.enterprise.inject.spi.InjectionTargetFactory<T> factory,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
T |
create(javax.enterprise.context.spi.CreationalContext<T> creationalContext) |
void |
destroy(T instance,
javax.enterprise.context.spi.CreationalContext<T> creationalContext) |
protected javax.enterprise.inject.spi.InjectionTarget<T> |
getProducer() |
String |
toString() |
getBeanClass, getInjectionPointsattributes, equals, getId, getIdentifier, hashCode, isNullable, setAttributes, unwrapgetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeprotected final javax.enterprise.inject.spi.InjectionTarget<T> producer
public SyntheticClassBean(javax.enterprise.inject.spi.BeanAttributes<T> attributes, Class<T> beanClass, javax.enterprise.inject.spi.InjectionTargetFactory<T> factory, BeanManagerImpl manager)
public void destroy(T instance, javax.enterprise.context.spi.CreationalContext<T> creationalContext)
protected javax.enterprise.inject.spi.InjectionTarget<T> getProducer()
getProducer in class AbstractSyntheticBean<T>public String toString()
toString in class CommonBean<T>Copyright © 2017. All rights reserved.