Uses of Class
io.helidon.inject.api.InvocationContext.BuilderBase
Packages that use InvocationContext.BuilderBase
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.BuilderBase in io.helidon.inject.api
Classes in io.helidon.inject.api with type parameters of type InvocationContext.BuilderBaseModifier and TypeClassDescriptionstatic classInvocationContext.BuilderBase<BUILDER extends InvocationContext.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends InvocationContext> Fluent API builder base forInvocationContext.Subclasses of InvocationContext.BuilderBase in io.helidon.inject.apiMethods in io.helidon.inject.api with parameters of type InvocationContext.BuilderBaseModifier and TypeMethodDescriptionInvocationContext.BuilderBase.from(InvocationContext.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.inject.api with parameters of type InvocationContext.BuilderBaseModifierConstructorDescriptionprotectedInvocationContextImpl(InvocationContext.BuilderBase<?, ?> builder) Create an instance providing a builder.