Uses of Interface
io.helidon.inject.api.DeActivator
Packages that use DeActivator
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 DeActivator in io.helidon.inject.api
Methods in io.helidon.inject.api that return types with arguments of type DeActivatorModifier and TypeMethodDescriptionServiceProvider.deActivator()
The agent responsible for deactivation - this will be non-null for build-time activators. -
Uses of DeActivator in io.helidon.inject.configdriven.runtime
Classes in io.helidon.inject.configdriven.runtime that implement DeActivatorModifier and TypeClassDescriptionclass
Abstract base for any config-driven-service. -
Uses of DeActivator in io.helidon.inject.runtime
Classes in io.helidon.inject.runtime that implement DeActivatorModifier 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 DeActivator -
Uses of DeActivator in io.helidon.inject.testing
Classes in io.helidon.inject.testing that implement DeActivatorModifier and TypeClassDescriptionclass
Creates a simple reflection based service provider - for testing purposes only!