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 ofInjectionManagerFactorywhich provides a new instance of CDIInjectionManager.- Author:
- Petr Bouda
-
-
Constructor Summary
Constructors Constructor Description CdiSeInjectionManagerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InjectionManagercreate(Object parent)-
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
-
-
-
-
Method Detail
-
create
public InjectionManager create(Object parent)
- Specified by:
createin interfaceInjectionManagerFactory
-
-