Uses of Class
io.helidon.pico.api.InjectorOptions
Packages that use InjectorOptions
Package
Description
The Pico API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
-
Uses of InjectorOptions in io.helidon.pico.api
Methods in io.helidon.pico.api with parameters of type InjectorOptionsModifier and TypeMethodDescription<T> ActivationResultInjector.activateInject(T serviceOrServiceProvider, InjectorOptions opts) Called to activate and inject a manage service instance or service provider, putting it intoPhase.ACTIVE.<T> ActivationResultInjector.deactivate(T serviceOrServiceProvider, InjectorOptions opts) Called to deactivate a managed service or service provider, putting it intoPhase.DESTROYED.