Uses of Class
io.helidon.service.registry.InterceptionContext.Builder
Packages that use InterceptionContext.Builder
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.Builder in io.helidon.service.registry
Subclasses with type arguments of type InterceptionContext.Builder in io.helidon.service.registryClasses in io.helidon.service.registry that implement interfaces with type arguments of type InterceptionContext.BuilderMethods in io.helidon.service.registry that return InterceptionContext.BuilderModifier and TypeMethodDescriptionstatic InterceptionContext.BuilderInterceptionContext.builder()Create a new fluent API builder to customize configuration.static InterceptionContext.BuilderInterceptionContext.builder(InterceptionContext instance) Create a new fluent API builder from an existing instance.