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 TypeInterfaceDescriptioninterface
Provides management lifecycle around services.interface
An extension toServiceProvider
that allows for startup binding from aInjection$$Application
, and thereby works in conjunction with theServiceBinder
during injection service registry initialization. -
Uses of InjectionPointProvider in io.helidon.inject.configdriven.runtime
Subinterfaces of InjectionPointProvider in io.helidon.inject.configdriven.runtimeModifier and TypeInterfaceDescriptioninterface
An extension toServiceProvider
that represents a config-driven service.Classes in io.helidon.inject.configdriven.runtime that implement InjectionPointProviderModifier and TypeClassDescriptionclass
Abstract base for any config-driven-service. -
Uses of InjectionPointProvider in io.helidon.inject.runtime
Classes in io.helidon.inject.runtime that implement InjectionPointProviderModifier and TypeClassDescriptionclass
Abstract 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 TypeClassDescriptionclass
Creates a simple reflection based service provider - for testing purposes only!