Uses of Interface
io.helidon.inject.tools.spi.ActivatorCreator
Packages that use ActivatorCreator
Package
Description
Injection Annotation Processors and supporting types.
Injection Tools.
-
Uses of ActivatorCreator in io.helidon.inject.processor
Methods in io.helidon.inject.processor that return ActivatorCreatorModifier and TypeMethodDescriptionprotected ActivatorCreator
InjectionAnnotationProcessor.activatorCreator()
Returns the activator creator in use. -
Uses of ActivatorCreator in io.helidon.inject.tools
Classes in io.helidon.inject.tools that implement ActivatorCreatorModifier and TypeClassDescriptionclass
Responsible for building all di related collateral for a module, including: TheServiceProvider
for each service type implementation passed in.Methods in io.helidon.inject.tools that return ActivatorCreatorModifier and TypeMethodDescriptionActivatorCreatorProvider.get()
static ActivatorCreator
ActivatorCreatorProvider.instance()
Returns the global instance that was service loaded.