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. |
addDefinitionError, fire, fire, getAnnotatedType, getDefinitionErrors
fire
getActualTypeArguments, getBeanManager, getErrors, getObserverMethod, getRawType, getReceiver, setObserverMethod, setReceiver
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addDefinitionError, getAnnotatedType
public ProcessSimpleInjectionTarget(BeanManagerImpl beanManager, AnnotatedType<X> annotatedType, InjectionTarget<X> injectionTarget)
public InjectionTarget<X> getInjectionTarget()
ProcessInjectionTarget
InjectionTarget
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)
ProcessInjectionTarget
InjectionTarget
which performs injection for this target.setInjectionTarget
in interface ProcessInjectionTarget<X>
injectionTarget
- The new InjectionTarget
to useCopyright © 2013 Seam Framework. All Rights Reserved.