Class InjectorOptions

java.lang.Object
io.helidon.pico.api.InjectorOptions

public abstract class InjectorOptions extends Object
Provides optional, contextual tunings to the Injector.
See Also:
  • Method Details

    • strategy

      public abstract Injector.Strategy strategy()
      The strategy the injector should apply. The default is Injector.Strategy.ANY.
      Returns:
      the injector strategy to use
    • activationRequest

      public abstract ActivationRequest activationRequest()
      Optionally, customized activator options to use for the Activator.
      Returns:
      activator options, or leave blank to use defaults