Class DelayedHk2InjectionManager

java.lang.Object
org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
All Implemented Interfaces:
InjectionManager

public class DelayedHk2InjectionManager extends AbstractHk2InjectionManager
Implementation of InjectionManager that is able to delay service's registration and injection to completeRegistration() phase. During the Jersey bootstrap just keep the bindings and other operation for a later use.
  • Field Details

    • bindings

      private final AbstractBinder bindings
    • providers

      private final List<org.glassfish.hk2.utilities.Binder> providers
    • completed

      private boolean completed
  • Constructor Details

    • DelayedHk2InjectionManager

      DelayedHk2InjectionManager(Object parent)
      Constructor with parent.
      Parameters:
      parent - parent of type InjectionManager or ServiceLocator.
  • Method Details