Uses of Interface
io.helidon.service.registry.DependencyPlanBinder.Binder
Packages that use DependencyPlanBinder.Binder
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 DependencyPlanBinder.Binder in io.helidon.service.registry
Methods in io.helidon.service.registry that return DependencyPlanBinder.BinderModifier and TypeMethodDescriptionDependencyPlanBinder.Binder.bind
(Dependency dependency, ServiceInfo... descriptor) Binds a single service to the injection point identified by the id.DependencyPlanBinder.service
(ServiceInfo descriptor) Bind an injection plan to a service provider instance.