Interface ServiceInjectionPlanBinder


@Deprecated(forRemoval=true, since="4.0.8") public interface ServiceInjectionPlanBinder
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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Deprecated, for removal: This API element is subject to removal in a future version.
    The binder builder for the service plan.
  • Method Summary

    Modifier and Type
    Method
    Description
    bindTo(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