Serialized Form
-
Package io.helidon.inject.api
-
Class io.helidon.inject.api.DependencyInfoComparator
class DependencyInfoComparator extends Object implements Serializable -
Exception Class io.helidon.inject.api.InjectionException
class InjectionException extends RuntimeException implements Serializable -
Exception Class io.helidon.inject.api.InjectionServiceProviderException
class InjectionServiceProviderException extends InjectionException implements Serializable-
Serialized Fields
-
serviceProvider
ServiceProvider<?> serviceProvider
The service provider this exception pertains.
-
-
-
Exception Class io.helidon.inject.api.InvocationException
class InvocationException extends InjectionServiceProviderException implements Serializable-
Serialized Fields
-
targetWasCalled
boolean targetWasCalled
Tracks whether the target being intercepted was called once successfully - meaning that the target was called and it did not result in any exception being thrown.
-
-
-
Exception Class io.helidon.inject.api.ServiceProviderInjectionException
class ServiceProviderInjectionException extends InjectionServiceProviderException implements Serializable-
Serialized Fields
-
activationLog
ActivationLog activationLog
The optional activation log (configure to enabled).- See Also:
-
-
-