Class GenericInjectionManagerStore

java.lang.Object
org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore
All Implemented Interfaces:
InjectionManagerStore, InjectionTargetListener

public abstract class GenericInjectionManagerStore extends Object implements InjectionManagerStore, InjectionTargetListener
Generic injection manager store that allows multiple injection managers to run in parallel. lookupInjectionManager() method must be implemented that shall be utilized at runtime in the case that more than a single injection manager has been registered.
Since:
2.20
Author:
Jakub Podlesak
  • Constructor Details

    • GenericInjectionManagerStore

      public GenericInjectionManagerStore()
  • Method Details