Uses of Interface
io.helidon.service.registry.Service.InjectionPointFactory
Packages that use Service.InjectionPointFactory
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.InjectionPointFactory in io.helidon.service.registry
Classes in io.helidon.service.registry that implement Service.InjectionPointFactoryModifier and TypeClassDescriptionstatic class
Wrapper for generated Service factories that implement aService.InjectionPointFactory
.Constructors in io.helidon.service.registry with parameters of type Service.InjectionPointFactoryModifierConstructorDescriptionprotected
Creates a new instance delegating service instantiation to the provided injection point factory.