Class CdiSeInjectionManagerFactory
java.lang.Object
org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManagerFactory
- All Implemented Interfaces:
InjectionManagerFactory
@Priority(20)
public class CdiSeInjectionManagerFactory
extends Object
implements InjectionManagerFactory
SPI implementation of
InjectionManagerFactory
which provides a new instance of CDI InjectionManager
.- Author:
- Petr Bouda
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionLoad a new injection manager with parent object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.glassfish.jersey.internal.inject.InjectionManagerFactory
create
-
Constructor Details
-
CdiSeInjectionManagerFactory
public CdiSeInjectionManagerFactory()
-
-
Method Details
-
create
Description copied from interface:InjectionManagerFactory
Load a new injection manager with parent object.- Specified by:
create
in interfaceInjectionManagerFactory
- Parameters:
parent
- injection manager parent or concrete DI specific object which is compatible with DI provider.- Returns:
- initialized injection manager.
-