T
- bean classpublic class InjectionTargetBean<T> extends AbstractOwbBean<T>
enabled, logger, passivatingId, specializedBean, webBeansContext, webBeansType
Constructor and Description |
---|
InjectionTargetBean(WebBeansContext webBeansContext,
WebBeansType webBeansType,
javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
BeanAttributes<T> beanAttributes,
Class<T> beanClass) |
InjectionTargetBean(WebBeansContext webBeansContext,
WebBeansType webBeansType,
javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
BeanAttributes<T> beanAttributes,
Class<T> beanClass,
InjectionTargetFactory<T> factory)
Initializes the InjectionTarget Bean part.
|
Modifier and Type | Method and Description |
---|---|
javax.enterprise.inject.spi.AnnotatedType<T> |
getAnnotatedType() |
javax.enterprise.inject.spi.InjectionTarget<T> |
getInjectionTarget() |
javax.enterprise.inject.spi.InjectionTarget<T> |
getProducer() |
create, destroy, getBeanClass, getId, getInjectionPoints, getLogger, getReturnType, getWebBeansContext, getWebBeansType, isAlternative, isDependent, isEnabled, isPassivationCapable, isSpecializedBean, setEnabled, setSpecializedBean, toString
getName, getQualifiers, getScope, getStereotypes, getTypes, isNullable
public InjectionTargetBean(WebBeansContext webBeansContext, WebBeansType webBeansType, javax.enterprise.inject.spi.AnnotatedType<T> annotatedType, BeanAttributes<T> beanAttributes, Class<T> beanClass)
public InjectionTargetBean(WebBeansContext webBeansContext, WebBeansType webBeansType, javax.enterprise.inject.spi.AnnotatedType<T> annotatedType, BeanAttributes<T> beanAttributes, Class<T> beanClass, InjectionTargetFactory<T> factory)
public javax.enterprise.inject.spi.InjectionTarget<T> getProducer()
public javax.enterprise.inject.spi.InjectionTarget<T> getInjectionTarget()
public javax.enterprise.inject.spi.AnnotatedType<T> getAnnotatedType()
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.