public class

CdiInjector

extends Object
implements Injector
java.lang.Object
   ↳ org.ops4j.pax.exam.cdi.impl.CdiInjector

Class Overview

Obtains a CDI BeanManager and injects fields into the given target.

Summary

Public Constructors
CdiInjector()
Public Methods
void injectFields(Object target)
Injects dependencies into the given target object whose lifecycle is not managed by the BeanManager itself.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.ops4j.pax.exam.util.Injector

Public Constructors

public CdiInjector ()

Public Methods

public void injectFields (Object target)

Injects dependencies into the given target object whose lifecycle is not managed by the BeanManager itself.

Parameters
target an object with injection points