Interface InternalBootstrap

All Superinterfaces:
Prototype.Api
All Known Implementing Classes:
InternalBootstrap.BuilderBase.InternalBootstrapImpl

public interface InternalBootstrap extends Prototype.Api
Internal bootstrap is what we store when InjectionServices.globalBootstrap(Bootstrap) is used.
See Also:
  • Method Details

    • builder

      static InternalBootstrap.Builder builder()
      Create a new fluent API builder to customize configuration.
      Returns:
      a new builder
    • builder

      static InternalBootstrap.Builder builder(InternalBootstrap instance)
      Create a new fluent API builder from an existing instance.
      Parameters:
      instance - an existing instance used as a base for the builder
      Returns:
      a builder based on an instance
    • create

      static InternalBootstrap create()
      Create a new instance with default values.
      Returns:
      a new instance
    • bootStrap

      Optional<Bootstrap> bootStrap()
      The user established bootstrap.
      Returns:
      user established bootstrap
    • callingContext

      Optional<CallingContext> callingContext()
      Only populated when InjectionServices.TAG_DEBUG is set.
      Returns:
      the calling context