Uses of Package
io.helidon.inject.tools.spi
Packages that use io.helidon.inject.tools.spi
Package
Description
Injection Annotation Processors and supporting types.
Injection Tools.
Tools SPI support.
Helidon Injection Processor Integration for the OCI SDK.
-
Classes in io.helidon.inject.tools.spi used by io.helidon.inject.processorClassDescriptionImplementors of this contract are responsible for code-generating the
Activator
s andServiceProvider
s for service types found in your DI-enabled module. -
Classes in io.helidon.inject.tools.spi used by io.helidon.inject.toolsClassDescriptionImplementors of this contract are responsible for code-generating the
Activator
s andServiceProvider
s for service types found in your DI-enabled module.Implementors of this contract are responsible for creating theApplication
instance.Implementors are responsible for creating anActivatorCreatorRequest
that can be then passed to theActivatorCreator
based upon the scanning and reflective introspection of a set of classes found in an external jar module.Provides the strategy used to determine which annotations cause interceptor creation.Abstraction for interceptor processing. -
Classes in io.helidon.inject.tools.spi used by io.helidon.inject.tools.spiClassDescriptionProvides the strategy used to determine which annotations cause interceptor creation.Abstraction for interceptor processing.The strategy applied for resolving annotations that trigger interception.
-
Classes in io.helidon.inject.tools.spi used by io.helidon.integrations.oci.sdk.processorClassDescriptionImplementors of these are responsible for choosing the best
TypeName
for anyModuleComponent
being generated.