Uses of Interface
io.helidon.service.registry.Service.QualifiedFactory
Packages that use Service.QualifiedFactory
Package
Description
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader
).-
Uses of Service.QualifiedFactory in io.helidon.service.registry
Classes in io.helidon.service.registry that implement Service.QualifiedFactoryModifier and TypeClassDescriptionstatic class
Wrapper for generated Service factories that implement aService.QualifiedFactory
.Constructors in io.helidon.service.registry with parameters of type Service.QualifiedFactoryModifierConstructorDescriptionprotected
Creates a new instance delegating service instantiation to the provided qualified factory.