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