Uses of Interface
io.helidon.pico.api.InjectionPointProvider
Packages that use InjectionPointProvider
Package
Description
The Pico API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Pico's config-driven-service API.
Pico runtime services.
Pico testing support.
-
Uses of InjectionPointProvider in io.helidon.pico.api
Subinterfaces of InjectionPointProvider in io.helidon.pico.apiModifier and TypeInterfaceDescriptioninterfaceProvides management lifecycle around services.interfaceAn extension toServiceProviderthat allows for startup binding from aPico$$Application, and thereby works in conjunction with theServiceBinderduring pico service registry initialization. -
Uses of InjectionPointProvider in io.helidon.pico.configdriven.runtime
Subinterfaces of InjectionPointProvider in io.helidon.pico.configdriven.runtimeModifier and TypeInterfaceDescriptioninterfaceAn extension toServiceProviderthat represents a config-driven service.Classes in io.helidon.pico.configdriven.runtime that implement InjectionPointProviderModifier and TypeClassDescriptionclassAbstract base for any config-driven-service. -
Uses of InjectionPointProvider in io.helidon.pico.runtime
Classes in io.helidon.pico.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.pico.testing
Classes in io.helidon.pico.testing that implement InjectionPointProviderModifier and TypeClassDescriptionclassCreates a simple reflection based service provider - for testing purposes only!