Module io.helidon.inject.api
Package io.helidon.inject.api
Class CallingContext.BuilderBase.CallingContextImpl
java.lang.Object
io.helidon.inject.api.CallingContext.BuilderBase.CallingContextImpl
- All Implemented Interfaces:
Prototype.Api,CallingContext
- Enclosing class:
CallingContext.BuilderBase<BUILDER extends CallingContext.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends CallingContext>
protected static class CallingContext.BuilderBase.CallingContextImpl
extends Object
implements CallingContext
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.inject.api.CallingContext
CallingContext.Builder, CallingContext.BuilderBase<BUILDER extends CallingContext.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends CallingContext> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCallingContextImpl(CallingContext.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
CallingContextImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
stackTrace
-
moduleName
-
threadName
-
toString
-
equals
-
hashCode
public int hashCode() -
stackTraceAsList
Returns a stack trace as a list of strings.- Returns:
- the list of strings for the stack trace, or empty list if not available
-