java.lang.Object
io.helidon.inject.api.CallingContext.BuilderBase<CallingContext.Builder,CallingContext>
io.helidon.inject.api.CallingContext.Builder
- All Implemented Interfaces:
Prototype.Builder<CallingContext.Builder,,CallingContext> Builder<CallingContext.Builder,,CallingContext> Supplier<CallingContext>
- Enclosing interface:
CallingContext
public static class CallingContext.Builder
extends CallingContext.BuilderBase<CallingContext.Builder,CallingContext>
implements Builder<CallingContext.Builder,CallingContext>
Fluent API builder for
CallingContext.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.inject.api.CallingContext.BuilderBase
CallingContext.BuilderBase.CallingContextImpl -
Method Summary
Methods inherited from class io.helidon.inject.api.CallingContext.BuilderBase
clearModuleName, clearStackTrace, from, from, moduleName, moduleName, preBuildPrototype, stackTrace, stackTrace, threadName, threadName, toString, validatePrototypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builder
self
-
Method Details
-
buildPrototype
- Specified by:
buildPrototypein interfacePrototype.Builder<CallingContext.Builder,CallingContext>
-
build
- Specified by:
buildin interfaceBuilder<CallingContext.Builder,CallingContext>
-