Uses of Interface
io.helidon.inject.api.InvocationContext
Packages that use InvocationContext
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 InvocationContext in io.helidon.inject.api
Classes in io.helidon.inject.api with type parameters of type InvocationContextModifier and TypeClassDescriptionstatic classInvocationContext.BuilderBase<BUILDER extends InvocationContext.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends InvocationContext> Fluent API builder base forInvocationContext.Classes in io.helidon.inject.api that implement InvocationContextModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.inject.api that return InvocationContextModifier and TypeMethodDescriptionInvocationContext.Builder.build()InvocationContext.Builder.buildPrototype()static InvocationContextInvocationContext.create()Create a new instance with default values.Methods in io.helidon.inject.api with parameters of type InvocationContextModifier and TypeMethodDescriptionstatic InvocationContext.BuilderInvocationContext.builder(InvocationContext instance) Create a new fluent API builder from an existing instance.InvocationContext.BuilderBase.from(InvocationContext prototype) Update this builder from an existing prototype instance.<V> VInterceptor.proceed(InvocationContext ctx, Interceptor.Chain<V> chain, Object... args) Called during interception of the target V.