Uses of Interface
io.helidon.service.registry.DependencyContext
Packages that use 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
Methods in io.helidon.service.registry that return DependencyContextModifier and TypeMethodDescriptionstatic DependencyContextDependencyContext.create(Map<Dependency, Object> dependencies) Create a new instance from a prepared map of dependencies.Methods in io.helidon.service.registry with parameters of type DependencyContextModifier and TypeMethodDescriptiondefault ObjectGeneratedService.Descriptor.instantiate(DependencyContext ctx) Create a new service instance.