Uses of Class
io.helidon.service.registry.Dependency.Builder
Packages that use Dependency.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 Dependency.Builder in io.helidon.service.registry
Subclasses with type arguments of type Dependency.Builder in io.helidon.service.registryClasses in io.helidon.service.registry that implement interfaces with type arguments of type Dependency.BuilderMethods in io.helidon.service.registry that return Dependency.BuilderModifier and TypeMethodDescriptionstatic Dependency.BuilderDependency.builder()Create a new fluent API builder to customize configuration.static Dependency.BuilderDependency.builder(Dependency instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.service.registry with type arguments of type Dependency.BuilderModifier and TypeMethodDescriptionLookup.BuilderBase.dependency(Consumer<Dependency.Builder> consumer) Optionally, the injection point search applies to.