Uses of Interface
io.helidon.inject.api.ServiceBinder
Packages that use ServiceBinder
Package
Description
The Helidon Injection API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Injection runtime services.
-
Uses of ServiceBinder in io.helidon.inject.api
Methods in io.helidon.inject.api with parameters of type ServiceBinderModifier and TypeMethodDescriptionvoid
ModuleComponent.configure
(ServiceBinder binder) Called by the provider implementation at bootstrapping time to bind all services / service providers to the service registry. -
Uses of ServiceBinder in io.helidon.inject.runtime
Classes in io.helidon.inject.runtime that implement ServiceBinder