Uses of Interface
io.helidon.inject.api.InjectionPointProvider
Packages that use InjectionPointProvider
Package
Description
The Helidon Injection API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Config-driven Services API.
Injection runtime services.
Injection testing support.
-
Uses of InjectionPointProvider in io.helidon.inject.api
Subinterfaces of InjectionPointProvider in io.helidon.inject.apiModifier and TypeInterfaceDescriptioninterfaceProvides management lifecycle around services.interfaceAn extension toServiceProviderthat allows for startup binding from aInjection$$Application, and thereby works in conjunction with theServiceBinderduring injection service registry initialization. -
Uses of InjectionPointProvider in io.helidon.inject.configdriven.runtime
Subinterfaces of InjectionPointProvider in io.helidon.inject.configdriven.runtimeModifier and TypeInterfaceDescriptioninterfaceAn extension toServiceProviderthat represents a config-driven service.Classes in io.helidon.inject.configdriven.runtime that implement InjectionPointProviderModifier and TypeClassDescriptionclassAbstract base for any config-driven-service. -
Uses of InjectionPointProvider in io.helidon.inject.runtime
Classes in io.helidon.inject.runtime that implement InjectionPointProviderModifier and TypeClassDescriptionclassAbstract base implementation forServiceProviderBindable, which represents the basics for regular Singleton, ApplicationScoped, Provider, and ServiceProvider based managed services. -
Uses of InjectionPointProvider in io.helidon.inject.testing
Classes in io.helidon.inject.testing that implement InjectionPointProviderModifier and TypeClassDescriptionclassCreates a simple reflection based service provider - for testing purposes only!