Uses of Interface
io.helidon.inject.api.Interceptor.Chain
Packages that use Interceptor.Chain
Package
Description
The Helidon Injection API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Injection runtime services.
-
Uses of Interceptor.Chain in io.helidon.inject.api
Methods in io.helidon.inject.api with parameters of type Interceptor.ChainModifier and TypeMethodDescription<V> V
Interceptor.proceed
(io.helidon.inject.api.InvocationContext ctx, Interceptor.Chain<V> chain, Object... args) Called during interception of the target V. -
Uses of Interceptor.Chain in io.helidon.inject.runtime
Classes in io.helidon.inject.runtime that implement Interceptor.ChainModifier and TypeClassDescriptionclass
Invocation<V>
Handles the invocation ofInterceptor
methods.