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