Uses of Class
io.helidon.service.registry.Dependency.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 Dependency.BuilderBase in io.helidon.service.registry
Modifier and TypeClassDescriptionstatic class
Dependency.BuilderBase<BUILDER extends Dependency.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Dependency> Fluent API builder base forDependency
.Modifier and TypeMethodDescriptionDependency.BuilderBase.from
(Dependency.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.ModifierConstructorDescriptionprotected
DependencyImpl
(Dependency.BuilderBase<?, ?> builder) Create an instance providing a builder.