Class CdiInjectionManagerFactoryBase
java.lang.Object
org.glassfish.jersey.inject.weld.internal.managed.CdiInjectionManagerFactoryBase
- All Implemented Interfaces:
InjectionManagerFactory
- Direct Known Subclasses:
CdiInjectionManagerFactory
public abstract class CdiInjectionManagerFactoryBase
extends Object
implements InjectionManagerFactory
CDI Injection Manager Factory base class that holds the current bean manager.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static InjectionManagergetInjectionManager(RuntimeType runtimeType) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.glassfish.jersey.internal.inject.InjectionManagerFactory
create, create, create
-
Constructor Details
-
CdiInjectionManagerFactoryBase
public CdiInjectionManagerFactoryBase()
-
-
Method Details
-
getInjectionManager
-