Deprecated, for removal: This API element is subject to removal in a future version.
Helidon inject is deprecated and will be replaced in a future version
Responsible for registering the injection plan to the services in the service registry.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated, for removal: This API element is subject to removal in a future version.The binder builder for the service plan. -
Method Summary
Modifier and TypeMethodDescriptionbindTo(ServiceProvider<?> serviceProvider) Deprecated, for removal: This API element is subject to removal in a future version.Bind an injection plan to a service provider instance.
-
Method Details
-
bindTo
Deprecated, for removal: This API element is subject to removal in a future version.Bind an injection plan to a service provider instance.- Parameters:
serviceProvider- the service provider to receive the injection plan.- Returns:
- the binder to use for binding the injection plan to the service provider
-