- All Known Implementing Classes:
DefaultInjectionServicesProvider
public interface InjectionServicesProvider
Java
ServiceLoader
provider interface to find implementation of InjectionServices
.-
Method Summary
Modifier and TypeMethodDescriptionservices
(io.helidon.inject.api.Bootstrap bootstrap) Provide theInjection
Services implementation given the provided primordialBootstrap
configuration instance.
-
Method Details
-
services
Provide theInjection
Services implementation given the provided primordialBootstrap
configuration instance.- Parameters:
bootstrap
- the primordial bootstrap configuration- Returns:
- services instance configured with the provided bootstrap instance
-