Uses of Interface
io.helidon.service.registry.Service.ServicesFactory
Packages that use Service.ServicesFactory
Package
Description
Testing of SQL based databases using test containers.
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.ServicesFactory in io.helidon.data.sql.testing
Classes in io.helidon.data.sql.testing that implement Service.ServicesFactory -
Uses of Service.ServicesFactory in io.helidon.service.registry
Classes in io.helidon.service.registry that implement Service.ServicesFactoryModifier and TypeClassDescriptionstatic class
Wrapper for generated Service factories that implement aService.ServicesFactory
.Constructors in io.helidon.service.registry with parameters of type Service.ServicesFactoryModifierConstructorDescriptionprotected
Creates a new instance delegating service instantiation to the provided services factory.