Interface InjectionServicesProvider

All Known Implementing Classes:
DefaultInjectionServicesProvider

public interface InjectionServicesProvider
Java ServiceLoader provider interface to find implementation of InjectionServices.
  • Method Summary

    Modifier and Type
    Method
    Description
    services(io.helidon.inject.api.Bootstrap bootstrap)
    Provide the Injection Services implementation given the provided primordial Bootstrap configuration instance.
  • Method Details

    • services

      InjectionServices services(io.helidon.inject.api.Bootstrap bootstrap)
      Provide the Injection Services implementation given the provided primordial Bootstrap configuration instance.
      Parameters:
      bootstrap - the primordial bootstrap configuration
      Returns:
      services instance configured with the provided bootstrap instance