Class ClientBootstrapBag


  • public class ClientBootstrapBag
    extends BootstrapBag
    A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the bootstrap. This works as a replacement of an injection framework during a bootstrap and intentionally keeps all needed types in separate fields to make strong type nature and to preserve a clear view which types are needed to inject to other services.

    This bootstrap bag is specialized for client part of Jersey.

    Author:
    Gaurav Gupta (gaurav.gupta@payara.fish)
    • Constructor Detail

      • ClientBootstrapBag

        public ClientBootstrapBag()