Class AutoDiscoverableConfigurator

    • Constructor Detail

      • AutoDiscoverableConfigurator

        public AutoDiscoverableConfigurator​(jakarta.ws.rs.RuntimeType runtimeType)
        Create a new configurator.
        Parameters:
        runtimeType - runtime (client or server) where the service finder binder is used.
    • 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.
        Parameters:
        injectionManager - not completed injection manager.
        bootstrapBag - bootstrap bag with services used in following processing.