Class CdiInjectionManagerFactory

java.lang.Object
org.glassfish.jersey.inject.weld.internal.managed.CdiInjectionManagerFactoryBase
org.glassfish.jersey.inject.weld.managed.CdiInjectionManagerFactory
All Implemented Interfaces:
InjectionManagerFactory

@Priority(20) public class CdiInjectionManagerFactory extends CdiInjectionManagerFactoryBase implements InjectionManagerFactory
SPI implementation of InjectionManagerFactory which provides a new instance of CDI InjectionManager.
  • Field Details

    • SUPPORT_CONTEXT

      public static boolean SUPPORT_CONTEXT
      True when @Context mixed with @Inject is to be supported
    • SUPPORT_CLIENT

      public static boolean SUPPORT_CLIENT
      True when CDI injection on client is supported
  • Constructor Details

    • CdiInjectionManagerFactory

      public CdiInjectionManagerFactory()
  • Method Details