Module io.helidon.service.registry
Package io.helidon.service.registry
Class InterceptionContext.Builder
java.lang.Object
io.helidon.service.registry.InterceptionContext.BuilderBase<InterceptionContext.Builder,InterceptionContext>
io.helidon.service.registry.InterceptionContext.Builder
- All Implemented Interfaces:
Prototype.Builder<InterceptionContext.Builder,
,InterceptionContext> Builder<InterceptionContext.Builder,
,InterceptionContext> Supplier<InterceptionContext>
- Enclosing interface:
InterceptionContext
public static class InterceptionContext.Builder
extends InterceptionContext.BuilderBase<InterceptionContext.Builder,InterceptionContext>
implements Builder<InterceptionContext.Builder,InterceptionContext>
Fluent API builder for
InterceptionContext
.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.service.registry.InterceptionContext.BuilderBase
InterceptionContext.BuilderBase.InterceptionContextImpl
-
Method Summary
Methods inherited from class io.helidon.service.registry.InterceptionContext.BuilderBase
addTypeAnnotations, clearServiceInstance, elementInfo, elementInfo, elementInfo, elementInfo, from, from, preBuildPrototype, serviceInfo, serviceInfo, serviceInstance, serviceInstance, toString, typeAnnotations, typeAnnotations, validatePrototype
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.helidon.builder.api.Prototype.Builder
self
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.Builder
Create an instance of thePrototype
. This method is available on all generated builders forPrototype.Blueprint
.- Specified by:
buildPrototype
in interfacePrototype.Builder<InterceptionContext.Builder,
InterceptionContext> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:Builder
Build the instance from this builder.- Specified by:
build
in interfaceBuilder<InterceptionContext.Builder,
InterceptionContext> - Returns:
- instance of the built type
-