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()GetInjectionServicesinstance if available.ServiceProviderBindable.injectionServices()Returns the previously assignedInjectionServicesinstance.Method parameters in io.helidon.inject.api with type arguments of type InjectionServicesModifier and TypeMethodDescriptionvoidServiceProviderBindable.injectionServices(Optional<InjectionServices> injectionServices) 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 TypeMethodDescriptionProvide 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) Attempts to resolve the injection point info for a given service provider.