Uses of Interface
io.helidon.inject.api.Interceptor
Packages that use Interceptor
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 Interceptor in io.helidon.inject.api
Methods in io.helidon.inject.api that return types with arguments of type InterceptorModifier and TypeMethodDescriptionInvocationContext.BuilderBase.interceptors()The interceptor chain.InvocationContext.BuilderBase.InvocationContextImpl.interceptors()Method parameters in io.helidon.inject.api with type arguments of type InterceptorModifier and TypeMethodDescriptionInvocationContext.BuilderBase.addInterceptors(List<Provider<Interceptor>> interceptors) The interceptor chain.InvocationContext.BuilderBase.interceptors(List<Provider<Interceptor>> interceptors) The interceptor chain.