Uses of Interface
io.helidon.inject.api.Activator
Packages that use Activator
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 Activator in io.helidon.inject.api
Methods in io.helidon.inject.api that return types with arguments of type Activator -
Uses of Activator in io.helidon.inject.configdriven.runtime
Classes in io.helidon.inject.configdriven.runtime that implement ActivatorModifier and TypeClassDescriptionclass
Abstract base for any config-driven-service. -
Uses of Activator in io.helidon.inject.runtime
Classes in io.helidon.inject.runtime that implement ActivatorModifier and TypeClassDescriptionclass
Abstract base implementation forServiceProviderBindable
, which represents the basics for regular Singleton, ApplicationScoped, Provider, and ServiceProvider based managed services.Methods in io.helidon.inject.runtime that return types with arguments of type Activator -
Uses of Activator in io.helidon.inject.testing
Classes in io.helidon.inject.testing that implement ActivatorModifier and TypeClassDescriptionclass
Creates a simple reflection based service provider - for testing purposes only!