Interface BootstrapPreinitialization


  • @Beta
    public interface BootstrapPreinitialization

    The entry point for pre-initialize Jersey during bootstrap. Register the beans that are not recognized by the injection framework to be injected in runtime. Register beans for the specific runtime type into the AbstractBinder.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void register​(jakarta.ws.rs.RuntimeType runtimeType, org.glassfish.jersey.internal.inject.AbstractBinder binder)
      Manually register beans that are not automatically recognised by the injection framework.
    • Method Detail

      • register

        void register​(jakarta.ws.rs.RuntimeType runtimeType,
                      org.glassfish.jersey.internal.inject.AbstractBinder binder)
        Manually register beans that are not automatically recognised by the injection framework.
        Parameters:
        runtimeType -
        binder -