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 Constructor Description CdiInjectionManagerFactoryBase()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static InjectionManagergetInjectionManager(RuntimeType runtimeType)-
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, create
-
-
-
-
Method Detail
-
getInjectionManager
protected static InjectionManager getInjectionManager(RuntimeType runtimeType)
-
-