@Priority(value=20) public class CdiSeInjectionManagerFactory extends Object implements org.glassfish.jersey.internal.inject.InjectionManagerFactory
InjectionManagerFactory
which provides a new instance of CDI InjectionManager
.Constructor and Description |
---|
CdiSeInjectionManagerFactory() |
Modifier and Type | Method and Description |
---|---|
org.glassfish.jersey.internal.inject.InjectionManager |
create(Object parent)
Load a new injection manager with parent object.
|
public org.glassfish.jersey.internal.inject.InjectionManager create(Object parent)
org.glassfish.jersey.internal.inject.InjectionManagerFactory
create
in interface org.glassfish.jersey.internal.inject.InjectionManagerFactory
parent
- injection manager parent or concrete DI specific object which is compatible with DI provider.Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.