public class ProcessBeanInjectionTarget<X> extends AbstractProcessInjectionTarget<X> implements ProcessInjectionTarget<X>
annotatedType| Constructor and Description |
|---|
ProcessBeanInjectionTarget(BeanManagerImpl beanManager,
AbstractClassBean<X> bean) |
| Modifier and Type | Method and Description |
|---|---|
InjectionTarget<X> |
getInjectionTarget()
Returns the
InjectionTarget object that will be used by the container to perform
injection. |
void |
setInjectionTarget(InjectionTarget<X> injectionTarget)
Replaces the
InjectionTarget which performs injection for this target. |
addDefinitionError, fire, fire, getAnnotatedType, getDefinitionErrorsfiregetActualTypeArguments, getBeanManager, getErrors, getObserverMethod, getRawType, getReceiver, setObserverMethod, setReceiverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDefinitionError, getAnnotatedTypepublic ProcessBeanInjectionTarget(BeanManagerImpl beanManager, AbstractClassBean<X> bean)
public InjectionTarget<X> getInjectionTarget()
ProcessInjectionTargetInjectionTarget object that will be used by the container to perform
injection.getInjectionTarget in interface ProcessInjectionTarget<X>InjectionTarget object which performs the injectionpublic void setInjectionTarget(InjectionTarget<X> injectionTarget)
ProcessInjectionTargetInjectionTarget which performs injection for this target.setInjectionTarget in interface ProcessInjectionTarget<X>injectionTarget - The new InjectionTarget to useCopyright © 2013 Seam Framework. All Rights Reserved.