Class JaxrsProviders.ProvidersConfigurator

  • All Implemented Interfaces:
    BootstrapConfigurator
    Enclosing class:
    JaxrsProviders

    public static class JaxrsProviders.ProvidersConfigurator
    extends Object
    implements BootstrapConfigurator
    Configurator which initializes and registers Providers instance into InjectionManager and BootstrapBag. Instances of these interfaces are processed, configured and provided using this configurator:
    • Providers
    • Constructor Detail

      • ProvidersConfigurator

        public ProvidersConfigurator()
    • Method Detail

      • init

        public void init​(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
                         BootstrapBag bootstrapBag)
        Description copied from interface: 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.