Module io.helidon.service.registry
Package io.helidon.service.registry
Class InterceptionContext.BuilderBase.InterceptionContextImpl
java.lang.Object
io.helidon.service.registry.InterceptionContext.BuilderBase.InterceptionContextImpl
- All Implemented Interfaces:
Prototype.Api
,InterceptionContext
- Enclosing class:
InterceptionContext.BuilderBase<BUILDER extends InterceptionContext.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends InterceptionContext>
protected static class InterceptionContext.BuilderBase.InterceptionContextImpl
extends Object
implements InterceptionContext
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.service.registry.InterceptionContext
InterceptionContext.Builder, InterceptionContext.BuilderBase<BUILDER extends InterceptionContext.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends InterceptionContext> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
InterceptionContextImpl
(InterceptionContext.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
InterceptionContextImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details