Uses of Class
io.helidon.inject.api.InjectionServiceProviderException
Packages that use InjectionServiceProviderException
Package
Description
The Helidon Injection API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
-
Uses of InjectionServiceProviderException in io.helidon.inject.api
Subclasses of InjectionServiceProviderException in io.helidon.inject.apiModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Helidon inject is deprecated and will be replaced in a future versionclassDeprecated, for removal: This API element is subject to removal in a future version.Helidon inject is deprecated and will be replaced in a future versionMethods in io.helidon.inject.api that throw InjectionServiceProviderExceptionModifier and TypeMethodDescription<T> ActivationResultInjector.activateInject(T serviceOrServiceProvider, InjectorOptions opts) Deprecated, for removal: This API element is subject to removal in a future version.Called to activate and inject a manage service instance or service provider, putting it intoPhase.ACTIVE.<T> ActivationResultInjector.deactivate(T serviceOrServiceProvider, InjectorOptions opts) Deprecated, for removal: This API element is subject to removal in a future version.Called to deactivate a managed service or service provider, putting it intoPhase.DESTROYED.