public class ProcessSimpleInjectionTarget<X> extends AbstractProcessInjectionTarget<X> implements ProcessInjectionTarget<X>
annotatedType| Constructor and Description |
|---|
ProcessSimpleInjectionTarget(BeanManagerImpl beanManager,
AnnotatedType<X> annotatedType,
InjectionTarget<X> injectionTarget) |
| 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. |
fire, fire, getAnnotatedType, getDefinitionErrorsaddDefinitionError, firegetActualTypeArguments, getBeanManager, getErrors, getRawTypecheckWithinObserverNotification, getReceiver, postNotify, preNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDefinitionError, getAnnotatedTypepublic ProcessSimpleInjectionTarget(BeanManagerImpl beanManager, AnnotatedType<X> annotatedType, InjectionTarget<X> injectionTarget)
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 © 2014. All Rights Reserved.