Uses of Class
io.helidon.pico.api.CallingContext
Packages that use CallingContext
Package
Description
The Pico 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.pico.api
Methods in io.helidon.pico.api that return types with arguments of type CallingContextModifier and TypeMethodDescriptionstatic Optional<CallingContext>CallingContextFactory.create(boolean force) Creates a new calling context instance.Methods in io.helidon.pico.api with parameters of type CallingContextModifier and TypeMethodDescriptionstatic voidCallingContext.globalCallingContext(CallingContext callingContext, boolean throwIfAlreadySet) Sets the default global calling context.static StringCallingContext.toErrorMessage(CallingContext callingContext, String msg) Convenience method for producing an error message that may involve advising the user to apply a debug mode.