Uses of Class
io.helidon.service.registry.InterceptionContext.BuilderBase
Packages that use InterceptionContext.BuilderBase
Package
Description
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader
).-
Uses of InterceptionContext.BuilderBase in io.helidon.service.registry
Classes in io.helidon.service.registry with type parameters of type InterceptionContext.BuilderBaseModifier and TypeClassDescriptionstatic class
InterceptionContext.BuilderBase<BUILDER extends InterceptionContext.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends InterceptionContext> Fluent API builder base forInterceptionContext
.Subclasses of InterceptionContext.BuilderBase in io.helidon.service.registryMethods in io.helidon.service.registry with parameters of type InterceptionContext.BuilderBaseModifier and TypeMethodDescriptionInterceptionContext.BuilderBase.from
(InterceptionContext.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.service.registry with parameters of type InterceptionContext.BuilderBaseModifierConstructorDescriptionprotected
InterceptionContextImpl
(InterceptionContext.BuilderBase<?, ?> builder) Create an instance providing a builder.