Class CdiSeInjectionManager

java.lang.Object
org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
All Implemented Interfaces:
InjectionManager

public class CdiSeInjectionManager extends Object implements InjectionManager
Implementation of InjectionManager that starts CDI SE container, scans all users bean according to beans.xml file and register Jersey's internal beans using SeBeanRegisterExtension extension.
Author:
Petr Bouda