- 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 theInjectionServices implementation given the provided primordialBootstrapconfiguration instance.
-
Method Details
-
services
Provide theInjectionServices implementation given the provided primordialBootstrapconfiguration instance.- Parameters:
bootstrap- the primordial bootstrap configuration- Returns:
- services instance configured with the provided bootstrap instance
-