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 TypeClassDescriptionclass
Wraps any checked exceptions that are thrown during theInterceptor
invocations.class
Represents an injection exception.Methods in io.helidon.inject.api that throw InjectionServiceProviderExceptionModifier and TypeMethodDescription<T> io.helidon.inject.api.ActivationResult
Injector.activateInject
(T serviceOrServiceProvider, io.helidon.inject.api.InjectorOptions opts) Called to activate and inject a manage service instance or service provider, putting it intoPhase.ACTIVE
.<T> io.helidon.inject.api.ActivationResult
Injector.deactivate
(T serviceOrServiceProvider, io.helidon.inject.api.InjectorOptions opts) Called to deactivate a managed service or service provider, putting it intoPhase.DESTROYED
.