- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
CallingContext.BuilderBase.CallingContextImpl
Deprecated.
Helidon inject is deprecated and will be replaced in a future version
For internal use only to Helidon. Applicable when
InjectionServices.TAG_DEBUG is enabled.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDeprecated.Fluent API builder forCallingContext.static classCallingContext.BuilderBase<BUILDER extends CallingContext.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends CallingContext> Deprecated.Fluent API builder base forCallingContext. -
Method Summary
Modifier and TypeMethodDescriptionstatic CallingContext.Builderbuilder()Deprecated.Create a new fluent API builder to customize configuration.static CallingContext.Builderbuilder(CallingContext instance) Deprecated.Create a new fluent API builder from an existing instance.static CallingContextcreate()Deprecated.Create a new instance with default values.Deprecated, for removal: This API element is subject to removal in a future version.Only populated whenmoduleis set.Deprecated, for removal: This API element is subject to removal in a future version.Only populated whenInjectionServices.TAG_DEBUGis set.Deprecated, for removal: This API element is subject to removal in a future version.Returns a stack trace as a list of strings.Deprecated, for removal: This API element is subject to removal in a future version.The thread that created the calling context.
-
Method Details
-
builder
Deprecated.Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Deprecated.Create a new fluent API builder from an existing instance.- Parameters:
instance- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Deprecated.Create a new instance with default values.- Returns:
- a new instance
-
stackTrace
Optional<StackTraceElement[]> stackTrace()Deprecated, for removal: This API element is subject to removal in a future version.Only populated whenInjectionServices.TAG_DEBUGis set.- Returns:
- the stack trace for who initialized
-
moduleName
Deprecated, for removal: This API element is subject to removal in a future version.Only populated whenmoduleis set.- Returns:
- the module name
-
threadName
String threadName()Deprecated, for removal: This API element is subject to removal in a future version.The thread that created the calling context.- Returns:
- thread creating the calling context
-
stackTraceAsList
Deprecated, for removal: This API element is subject to removal in a future version.Returns a stack trace as a list of strings.- Returns:
- the list of strings for the stack trace, or empty list if not available
-