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
Deprecated, for removal: This API element is subject to removal in a future version.The service provider this exception pertains.
-
-
-
Exception Class io.helidon.inject.api.InvocationException
class InvocationException extends InjectionServiceProviderException implements Serializable-
Serialized Fields
-
targetWasCalled
boolean targetWasCalled
Deprecated, for removal: This API element is subject to removal in a future version.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
Deprecated, for removal: This API element is subject to removal in a future version.The optional activation log (configure to enabled).- See Also:
-
-
-