Uses of Interface
io.helidon.service.registry.DependencyContext
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 DependencyContext in io.helidon.service.registry
Modifier and TypeMethodDescriptionstatic DependencyContext
DependencyContext.create
(Map<Dependency, Object> dependencies) Create a new instance from a prepared map of dependencies.Modifier and TypeMethodDescriptiondefault Object
GeneratedService.Descriptor.instantiate
(DependencyContext ctx) Create a new service instance.