public class InjectableField extends AbstractInjectable
| Modifier and Type | Field and Description |
|---|---|
protected Field |
field |
protected Object |
instance |
dependentInstanceOfProducerMethods, injectionMember, injectionOwnerBean, injectionOwnerCreationalContext, instanceUnderInjection| Constructor and Description |
|---|
InjectableField(Field field,
Object instance,
AbstractOwbBean<?> owner,
javax.enterprise.context.spi.CreationalContext<?> creationalContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
doInjection()
Responsible for injecting the owner required injected component
instances.
|
getInjectedPoints, getInjectionOwnerComponent, injectpublic InjectableField(Field field, Object instance, AbstractOwbBean<?> owner, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
public Object doInjection()
InjectableInjectableConstructor.doInjection() returns a new web bean
component instance.
Each injetable elements parameters, web beans component instances, are resolved using the resolution type algorithm.
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.