Class ResourceModelConfigurator

java.lang.Object
org.glassfish.jersey.server.ResourceModelConfigurator
All Implemented Interfaces:
BootstrapConfigurator

public class ResourceModelConfigurator extends Object implements BootstrapConfigurator
Configurator which binds providers and resources into InjectionManager.
Author:
Petr Bouda
  • Constructor Details

    • ResourceModelConfigurator

      public ResourceModelConfigurator()
  • Method Details

    • init

      public void init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)
      Description copied from interface: org.glassfish.jersey.internal.BootstrapConfigurator
      Pre-initialization method should only register services into InjectionManager and populate BootstrapBag.
      Specified by:
      init in interface BootstrapConfigurator
      Parameters:
      injectionManager - not completed injection manager.
      bootstrapBag - bootstrap bag with services used in following processing.