Uses of Class
io.helidon.service.registry.ActivationResult.BuilderBase
Packages that use ActivationResult.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 ActivationResult.BuilderBase in io.helidon.service.registry
Classes in io.helidon.service.registry with type parameters of type ActivationResult.BuilderBaseModifier and TypeClassDescriptionstatic class
ActivationResult.BuilderBase<BUILDER extends ActivationResult.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ActivationResult> Fluent API builder base forActivationResult
.Subclasses of ActivationResult.BuilderBase in io.helidon.service.registryMethods in io.helidon.service.registry with parameters of type ActivationResult.BuilderBaseModifier and TypeMethodDescriptionActivationResult.BuilderBase.from
(ActivationResult.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.service.registry with parameters of type ActivationResult.BuilderBaseModifierConstructorDescriptionprotected
ActivationResultImpl
(ActivationResult.BuilderBase<?, ?> builder) Create an instance providing a builder.