public final class OWBInjector extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
inject(BeanManager beanManager,
Object instanceUnderInjection,
CreationalContext<?> ownerCreationalContext)
Inject dependencies of given instance.
|
public static void inject(BeanManager beanManager, Object instanceUnderInjection, CreationalContext<?> ownerCreationalContext) throws Exception
beanManager - the BeanManager to useinstanceUnderInjection - instanceownerCreationalContext - CreationalContext of the ownerException - if exception occursCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.