Uses of Interface
io.helidon.inject.api.CallingContext
Packages that use CallingContext
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 in io.helidon.inject.api
Classes in io.helidon.inject.api with type parameters of type CallingContextModifier and TypeClassDescriptionstatic classCallingContext.BuilderBase<BUILDER extends CallingContext.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends CallingContext> Fluent API builder base forCallingContext.Classes in io.helidon.inject.api that implement CallingContextModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.inject.api that return CallingContextModifier and TypeMethodDescriptionCallingContext.Builder.build()CallingContext.Builder.buildPrototype()static CallingContextCallingContext.create()Create a new instance with default values.Methods in io.helidon.inject.api that return types with arguments of type CallingContextModifier and TypeMethodDescriptionInternalBootstrap.BuilderBase.callingContext()Only populated whenInjectionServices.TAG_DEBUGis set.InternalBootstrap.BuilderBase.InternalBootstrapImpl.callingContext()static Optional<CallingContext> CallingContextFactory.create(boolean force) Creates a new calling context instance.Methods in io.helidon.inject.api with parameters of type CallingContextModifier and TypeMethodDescriptionstatic CallingContext.BuilderCallingContext.builder(CallingContext instance) Create a new fluent API builder from an existing instance.InternalBootstrap.BuilderBase.callingContext(CallingContext callingContext) Only populated whenInjectionServices.TAG_DEBUGis set.CallingContext.BuilderBase.from(CallingContext prototype) Update this builder from an existing prototype instance.static voidCallingContextFactory.globalCallingContext(CallingContext callingContext, boolean throwIfAlreadySet) Sets the default global calling context.