java.lang.Object
io.helidon.pico.api.InjectorOptions
Provides optional, contextual tunings to the
Injector.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionabstract ActivationRequestOptionally, customized activator options to use for theActivator.abstract Injector.Strategystrategy()The strategy the injector should apply.
-
Method Details
-
strategy
The strategy the injector should apply. The default isInjector.Strategy.ANY.- Returns:
- the injector strategy to use
-
activationRequest
Optionally, customized activator options to use for theActivator.- Returns:
- activator options, or leave blank to use defaults
-