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