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.
  • Constructor Details

    • CallingContextImpl

      protected CallingContextImpl(CallingContext.BuilderBase<?,?> builder)
      Create an instance providing a builder.
      Parameters:
      builder - extending builder base of this prototype
  • Method Details

    • stackTrace

      public Optional<StackTraceElement[]> stackTrace()
    • moduleName

      public Optional<String> moduleName()
    • threadName

      public String threadName()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • stackTraceAsList

      default List<String> 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