Uses of Interface
io.helidon.inject.api.Resettable
Packages that use Resettable
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.
Injection Tools.
-
Uses of Resettable in io.helidon.inject.api
Subinterfaces of Resettable in io.helidon.inject.apiModifier and TypeInterfaceDescriptioninterface
Provide a means to query the activation log.Methods in io.helidon.inject.api with parameters of type ResettableModifier and TypeMethodDescriptionprotected static void
InjectionServicesHolder.addResettable
(Resettable instance) Register a resettable instance. -
Uses of Resettable in io.helidon.inject.configdriven.runtime
Classes in io.helidon.inject.configdriven.runtime that implement ResettableModifier and TypeClassDescriptionclass
Abstract base for any config-driven-service. -
Uses of Resettable in io.helidon.inject.runtime
Classes in io.helidon.inject.runtime that implement ResettableModifier and TypeClassDescriptionclass
Abstract base implementation forServiceProviderBindable
, which represents the basics for regular Singleton, ApplicationScoped, Provider, and ServiceProvider based managed services.class
The default implementation forInjectionServicesProvider
. -
Uses of Resettable in io.helidon.inject.testing
Classes in io.helidon.inject.testing that implement ResettableModifier and TypeClassDescriptionclass
Creates a simple reflection based service provider - for testing purposes only! -
Uses of Resettable in io.helidon.inject.tools
Classes in io.helidon.inject.tools that implement ResettableModifier and TypeClassDescriptionclass
The defaultInterceptorCreator
provider in use.class
Tracks the services to process, and ingests them to build the codegen model.