Uses of Class
io.helidon.inject.api.CallingContext.Builder
Packages that use CallingContext.Builder
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.Builder in io.helidon.inject.api
Methods in io.helidon.inject.api that return CallingContext.BuilderModifier and TypeMethodDescriptionstatic CallingContext.BuilderCallingContext.builder()Create a new fluent API builder to customize configuration.static CallingContext.BuilderCallingContext.builder(CallingContext instance) Create a new fluent API builder from an existing instance.Methods in io.helidon.inject.api that return types with arguments of type CallingContext.BuilderModifier and TypeMethodDescriptionstatic Optional<CallingContext.Builder> CallingContextFactory.createBuilder(boolean force) Creates a new calling context builder instance.Method parameters in io.helidon.inject.api with type arguments of type CallingContext.BuilderModifier and TypeMethodDescriptionInternalBootstrap.BuilderBase.callingContext(Consumer<CallingContext.Builder> consumer) Only populated whenInjectionServices.TAG_DEBUGis set.