Uses of Interface
io.helidon.inject.api.InjectionServices
Packages that use InjectionServices
Package
Description
The Helidon Injection API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Injection SPI.
-
Uses of InjectionServices in io.helidon.inject.api
Methods in io.helidon.inject.api that return types with arguments of type InjectionServicesModifier and TypeMethodDescriptionstatic Optional<InjectionServices> InjectionServices.injectionServices()Deprecated, for removal: This API element is subject to removal in a future version.GetInjectionServicesinstance if available.ServiceProviderBindable.injectionServices()Deprecated, for removal: This API element is subject to removal in a future version.Returns the previously assignedInjectionServicesinstance.Method parameters in io.helidon.inject.api with type arguments of type InjectionServicesModifier and TypeMethodDescriptionvoidServiceProviderBindable.injectionServices(Optional<InjectionServices> injectionServices) Deprecated, for removal: This API element is subject to removal in a future version.Assigns the services instance this provider is bound to. -
Uses of InjectionServices in io.helidon.inject.spi
Methods in io.helidon.inject.spi that return InjectionServicesModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Provide theInjectionServices implementation given the provided primordialBootstrapconfiguration instance.Methods in io.helidon.inject.spi with parameters of type InjectionServicesModifier and TypeMethodDescriptionInjectionResolver.resolve(InjectionPointInfo ipInfo, InjectionServices injectionServices, ServiceProvider<?> serviceProvider, boolean resolveIps) Deprecated, for removal: This API element is subject to removal in a future version.Attempts to resolve the injection point info for a given service provider.